<!--
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);
// -->

var d,me,pLayer="notAvail";
var n=navigator.appName=="Netscape";

function layerShow (l,sh){
clearTimeout (me);
	if (n){
		d=eval("document."+l);
		d.visibility=sh;
		}
	else{
		d=eval("document.all."+l+".style");
		if (sh=="show") {
			d.visibility="visible";
			}
		else {
			d.visibility="hidden";
			}
		}

}

function settingTime(l,sh) {
pLayer=l;
me=setTimeout("layerShow('"+l+"','"+sh+"')",10);

}

function closeMe() {
if (pLayer!="notAvail"){
if (n){
		d=eval("document."+pLayer);
		d.visibility="hide";
}
else
{
		d=eval("document.all."+pLayer+".style");
		d.visibility="hidden";
}
}
}

// -->

function MM_callJS(jsStr) { //v2.0
  return eval(jsStr)
}
//-->