// JavaScript Document

	iID = 0
	tClear = ''
	TimeOutVal = 200
		function clearDiv(){
			document.getElementById('SubmenuTD').innerHTML='<table align="left" border="0"><tr><td>&nbsp;</td></tr></table>'
			iID = 0
		}
		
		function showDiv(iParamID, oThis){

			if (iParamID!=0){
				window.clearTimeout(tClear);
				iID = iParamID
				sID = "ImgButtons_" + iID
				document.getElementById(sID).width=oThis.offsetLeft-3
				sID = "DIV_" + iID
				document.getElementById('SubmenuTD').innerHTML = document.getElementById(sID).innerHTML
				event.cancelBubble=true;
			}
		}

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);
