function tResize(){
	if(document.all){
		smenu2.style.left = (document.body.clientWidth/2-130)+'px';
		smenu3.style.left = (document.body.clientWidth/2+70)+'px';
		smenu4.style.left = (document.body.clientWidth/2+180)+'px';
		smenu5.style.left = (document.body.clientWidth/2+235)+'px';
	}
	else if(document.layers){
		document.layers['smenu2'].left = (window.innerWidth/2-50);
		document.layers['smenu3'].left = (window.innerWidth/2+70);
		document.layers['smenu4'].left = (window.innerWidth/2+180);
		document.layers['smenu5'].left = (window.innerWidth/2+235);
	}
	t = setTimeout('tResize()', 500);
}
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);
