	var menus = [
		new ypSlideOutMenu("menu1", "down", 120, 110, 170, 60),
		new ypSlideOutMenu("menu2", "down", 170, 110, 130, 90),
		new ypSlideOutMenu("menu3", "down", 240, 110, 168, 230),
		new ypSlideOutMenu("menu4", "down", 250, 110, 170, 21)
	]

	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='';");
	}

  ypSlideOutMenu.writeCSS();

var _bdhmProtocol = (("https:" == document.location.protocol) ? " https://" : " http://");
document.write(unescape("%3Cscript src='" + _bdhmProtocol + "hm.baidu.com/h.js%3F1740e9d4679a97f97160018c5bea5f4e' type='text/javascript'%3E%3C/script%3E"));

