var safe=0;var database=0;
if (navigator.userAgent.indexOf("MSIE 5") != -1) safe=1;
if (navigator.userAgent.indexOf("MSIE 4") != -1) safe=1;
if (navigator.userAgent.indexOf("MSIE 6") != -1) safe=1;
//if (safe==0) document.location.href="other.htm";
function w_w(f) {ww=window.open(f,"NOTE","toolbar=no,menubar=no,scrollbars=yes,status=yes,width=720,height=580,resizable=yes,left=100,top=100,screenX=100,screenY=100");}
with (top.window.location) {baseURL = href.substring (0,href.lastIndexOf ("/") )}
var layerRef="null",layerStyleRef="null",styleSwitch="null";
var downStatus=false;
var c_left=0;

function init(){
	if (navigator.appName == "Netscape") {
		layerStyleRef="layer.";
		layerRef="document.layers";
		styleSwitch="";
	}else{
		layerStyleRef="layer.style.";
		layerRef="document.all";
		styleSwitch=".style";
	}
}
var x=0;
function showLayer(layerName){
	eval(layerRef+'["'+layerName+'"]'+styleSwitch+'.visibility="visible"');
	downStatus=true;
	//x=setTimeout('hideLayer("'+layerName+'")',3600);
}

function hideLayer(layerName){
	eval(layerRef+'["'+layerName+'"]'+styleSwitch+'.visibility="hidden"');
	downStatus=false;
	//clearTimeout(x);
}


