	if (navigator.appName == "Microsoft Internet Explorer"){  
	
	//This here to fix a nasty font size issue between IE and Netscape/mozilla
			document.write("<style>body,div,p,li,table,tr,td,b,span,h1,h2,h5,form,a,.i{font-size: x-small;}");
			document.write(" h1{font-size:medium;}");
			document.write("</style>");
	}

		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 doGlow(thisimage)
		{
		  if (thisimage.filters)
			 thisimage.filters.glow.enabled = true;
		  return true;
		}

		function noGlow(thisimage)
		{
		  if (thisimage.filters)
			 thisimage.filters.glow.enabled = false;
		  return true;
		}
