<!--
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);
//-->

function init()
{}

	var menus = [
		new ypSlideOutMenu("menu1", "right", 149, 160, 170, 400),
		new ypSlideOutMenu("menu2", "right", 149, 177, 170, 400),
		new ypSlideOutMenu("menu3", "right", 149, 195, 170, 400),
		new ypSlideOutMenu("menu4", "right", 149, 213, 170, 400),
		new ypSlideOutMenu("menu5", "right", 149, 231, 170, 400),
		new ypSlideOutMenu("menu6", "right", 149, 249, 170, 400),
		new ypSlideOutMenu("menu7", "right", 149, 267, 170, 400),
		new ypSlideOutMenu("menu8", "right", 149, 285, 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();

