		var layerOn = 0;
		brw=getBrowser();
		if(brw[0] == 'msie'){
			ylocation = 27; //47
		}else{
			ylocation = 40; //60
		}
		
			var menus = [
				new ypSlideOutMenu("menu3", "down", 0, ylocation, 150, 81), // resources
				new ypSlideOutMenu("menu4", "down", 0, ylocation, 235, 243), // calculators
				new ypSlideOutMenu("menu5", "down", 0, ylocation, 310, 297), // newsletter
				new ypSlideOutMenu("menu6", "down", 0, ylocation, 200, 108) // contact us
		
			]
			for (var i = 0; i < menus.length; i++) {
				menus[i].onactivate = new Function("document.getElementById('act" + i + "').className='active';");
				menus[i].ondeactivate = new Function("document.getElementById('act" + i + "').className='menubar';");
		}

