onresize = pageWidth;
onload = function firstLoad() {
  if((agt.indexOf("msie")!=-1) && (agt.indexOf("opera")<1) && (agt.indexOf("win")!=-1)) styleAbbr()
  if(d.getElementById){ 
    if(d.createTextNode){ expandMsg(); pageWidth(); drawIcon("navSections"); }
    if(location.search == "?noads") hideShowEl("promo","n");
  } 
	oSub=new Array()
	oTop=new Array()
	for(i=0;i<numberOfMenus;i++){
		oTop[i]=new makeMenuBar('divTop'+i,'divBg')
		oSub[i]=new makeMenuBar('divSub'+i,'divBg.document.divTop'+i,1)
		oSub[i].evnt.onmouseout=evOut;
	}
	//Moving menuBar
	oMenu=new makeMenuBar('divBg')
	scrolled=bw.ns4?"window.pageYOffset":bw.ns5?"0":"document.body.scrollTop"
	oMenu.css.top=eval(scrolled)+fromTop
	oMenu.css.visibility='visible'
	if(moveOnScroll) bw.dom || bw.ie4?window.onscroll=checkScrolled:checkScrolled(); 
}