<!--hide JavaScript code from browsers that are not JavaScript enabled
//IE4+navigator.appName=="Microsoft Internet Explorer" && navigator.appVersion>="4");
var navMS4=(document.all && !document.getElementById);
//Navigator 4+
var navN4=document.layers;
//Dom Compliant (IE 5.5 and Netscape 6)
var Dom=document.getElementById;
var navMS6 = (document.all && document.getElementById);

function adjustNav(){
	if(navN4){
	document.layers[0].top=142;
	document.layers[0].left=150;
	}
}


function altNav(){
if (navMS4||Dom){
top.window.location.href=top.window.document.navigation.links.options[top.window.document.navigation.links.selectedIndex].value;
}else{
top.window.location.href=document.navigation.links.options[document.navigation.links.selectedIndex].value;
}
}

function dropNav(){
if (navMS4||Dom){
top.window.location.href=top.window.document.main.page.options[top.window.document.main.page.selectedIndex].value;
}else{
top.window.location.href=document.main.page.options[document.main.page.selectedIndex].value;
}
}




var delay;
function timer(){
delay=setTimeout("hide('layer1',0)",3500);
}


function hide(name,n){
if (navMS4){
eval(name).style.visibility="hidden";
}else if (Dom){
document.getElementById(name).style.visibility="hidden";
}else{
document.layers[n].visibility="hide";
}
clearInterval(delay);
//clearInterval(delay2);
}

function show(name,n){
if (navMS4){
eval(name).style.visibility="visible";
}else if (Dom){
document.getElementById(name).style.visibility="visible";
}else{
document.layers[n].visibility="show";
}
}


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);




// end hiding script from old browsers -->
