<!--  Hide from old browsers

tab_cool1 = new Image;
tab_cool1.src = "tabs/tab_cool1.gif";
tab_power1 = new Image;
tab_power1.src = "tabs/tab_power1.gif";

btn_home1  = new Image;
btn_home1.src = "buttons/btn_home1.gif";         
btn_contact1  = new Image;
btn_contact1.src = "buttons/btn_contact1.gif";         
btn_search1  = new Image;
btn_search1.src = "buttons/btn_search1.gif";         


if (document.layers) {
  visible = 'show';
  hidden = 'hidden';

} else if (document.all && !document.getElementById) {
  visible = 'visible';
  hidden = 'hidden';

} else if (document.getElementById) {
  visible = 'visible';
  hidden = 'hidden';  
}



function timeclose1() {
  menu='menu1';
  countdown=setTimeout("hide(menu)", 600);
  countdown;
}

function timepause1() {
  menu='menu1';
  clearTimeout(countdown);
}

function timeclose2() {
  menu='menu2';
  countdown=setTimeout("hide(menu)", 600);
  countdown;
}

function timepause2() {
  menu='menu2';
  clearTimeout(countdown);
}

function timeclose3() {
  menu='menu3';
  countdown=setTimeout("hide(menu)", 600);
  countdown;
}

function timepause3() {
  menu='menu3';
  clearTimeout(countdown);

}

function timeclose4() {
  menu='menu4';
  countdown=setTimeout("hide(menu)", 600);
  countdown;
}

function timepause4() {
  menu='menu4';
  clearTimeout(countdown);

}

function timeclose5() {
  menu='menu5';
  countdown=setTimeout("hide(menu)", 600);
  countdown;
}

function timepause5() {
  menu='menu5';
  clearTimeout(countdown);

}


function hide(menu) {
  if (window.countdown) {
    clearTimeout(countdown);
  }

  if (document.layers) {
	document.layers[menu].visibility="hidden";

  } else if (document.all && !document.getElementById) {
	document.all(menu).style.visibility="hidden";
	
  } else if (document.getElementById) {
    document.getElementById(menu).style.visibility="hidden";
	
  }
}

function show(menu) {

  if (window.countdown) {
    clearTimeout(countdown);
  }

  if (document.layers) {
    document.layers[menu].visibility="visible";

  } else if (document.all && !document.getElementById) {
    document.all(menu).style.visibility="visible";

  }  else if (document.getElementById) {
    document.getElementById(menu).style.visibility="visible";
  }
}


function highlight(item) {
  if (document.layers) {
    document.layers[item].style.backgroundColor="#66CCFF";
    document.layers[item].style.layerbackgroundColor="#66CCFF";

	
  } else if (document.all && !document.getElementById) {
    document.all(item).style.backgroundColor="#66CCFF";

  } else if (document.getElementById) {
    document.getElementById(item).style.background = "#66CCFF";
  }

}


function unhighlight(item) {
  if (document.layers) {
    document.layers[item].style.backgroundColor="#003399";

  } else if (document.all && !document.getElementById) {
    document.all(item).style.backgroundColor="#003399";

  } else if (document.getElementById) {
    document.getElementById(item).style.background = "#003399";
	
  }
}


if (document.images) {

	tab_chorus1 = new Image(); tab_chorus1.src  = 'tabs/tab_chorus1.gif'; 
	tab_chorus0 = new Image(); tab_chorus0.src  = 'tabs/tab_chorus0.gif'; 

	tab_boref1 = new Image(); tab_boref1.src  = 'tabs/tab_boref1.gif'; 
	tab_boref0 = new Image(); tab_boref0.src  = 'tabs/tab_boref0.gif'; 

	tab_cool1 = new Image(); tab_cool1.src  = 'tabs/tab_cool1.gif'; 
	tab_cool0 = new Image(); tab_cool0.src  = 'tabs/tab_cool0.gif'; 

	tab_power1 = new Image(); tab_power1.src  = 'tabs/tab_power1.gif'; 
	tab_power0 = new Image(); tab_power0.src  = 'tabs/tab_power0.gif'; 

	}

function ButtonOn(name) {    
  
  if (document.images) {
    document.images[name].src = eval(name + '1.src');
  }
}

function ButtonOff(name) {    
  if (document.images) {
    document.images[name].src = eval(name + '0.src');
  }
}




//  END HIDE 	-->
