<!--
function MM_reloadPage(init) {  //reloads the window if Nav4 resized
  if (init==true) with (navigator) {
  	if ((appName=="Netscape")&&(parseInt(appVersion)==4)) {
    	document.MM_pgW=innerWidth; document.MM_pgH=innerHeight; onresize=MM_reloadPage; 
		}
	}
  else if (innerWidth!=document.MM_pgW || innerHeight!=document.MM_pgH) location.reload();
}
MM_reloadPage(true);
//-->


	var menus = [
		new ypSlideOutMenu("menu1", "right", 225, 330, 224, 400),
		new ypSlideOutMenu("menu2", "right", 225, 380, 170, 400),
		new ypSlideOutMenu("menu3", "right", 225, 400, 170, 400),
		new ypSlideOutMenu("menu4", "right", 225, 376, 170, 400),
		new ypSlideOutMenu("menu5", "right", 225, 388, 170, 400),
		new ypSlideOutMenu("menu6", "right", 225, 460, 170, 400),
		new ypSlideOutMenu("menu7", "right", 225, 412, 170, 400),
		new ypSlideOutMenu("menu8", "right", 225, 424, 170, 400)
	]

	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();
