// Spry loadListener that fires off when the page is loaded.
Spry.Utils.addLoadListener(function makeMenus(){
	//loops through all the horizontal menus											  
	Spry.$$(".MenuBarHorizontal").forEach(function(n) {window[n.id] = new Spry.Widget.MenuBar(n);});
});

function openWebcast(url) {
	window.open(url,'Webcast','scrollbars=auto,menubar=no,height=492,width=806,resizable=no,toolbar=no,location=no,status=no');
	return false;
}





 