<!--
var menus = [
//   					  id       dir    left top width height
		new imageSlide("image1", "right", 155, 127, 500, 500),
		new imageSlide("image2", "right", 155, 146, 500, 500),
		new imageSlide("image3", "right", 155, 165, 500, 500),
		new imageSlide("image4", "right", 155, 184, 500, 500),
		new imageSlide("image5", "right", 155, 203, 500, 500),
		new imageSlide("image6", "right", 155, 222, 500, 500)
	]
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='';");
	}

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