<!--
var NS6 = (document.getElementById && !document.all)?1:0;
var NS4 = (document.layers) ? 1 : 0;
var IE4 = (document.all) ? 1 : 0;
var documentLoaded = 0;

function timer() {
	clearTimeout(timeName);
	    if  (version == "V4") {
	    	eval('timeName=setTimeout("buttonOff()",8000)');
	    }
}

function buttonOff() {
  if (documentLoaded) {
        if (IE4) {
        
        eval('aboutUsHot.style.visibility="hidden"');
		eval('patientsHot.style.visibility="hidden"');
		eval('doctorsHot.style.visibility="hidden"');
		eval('resourcesHot.style.visibility="hidden"');
		eval('contactHot.style.visibility="hidden"');
		eval('aboutUsHotText.style.visibility="hidden"');
		eval('patientsHotText.style.visibility="hidden"');
		eval('doctorsHotText.style.visibility="hidden"');
		eval('resourcesHotText.style.visibility="hidden"');
		eval('contactHotText.style.visibility="hidden"');
	

		}
        if (NS4)    {
        	       	
        	eval('document.aboutUsHot.visibility="hidden"');
			eval('document.patientsHot.visibility="hidden"');
        	eval('document.doctorsHot.visibility="hidden"');
			eval('document.resourcesHot.visibility="hidden"');
			eval('document.contactHot.visibility="hidden"');
			eval('document.aboutUsHotText.visibility="hidden"');
			eval('document.patientsHotText.visibility="hidden"');
        	eval('document.doctorsHotText.visibility="hidden"');
			eval('document.resourcesHotText.visibility="hidden"');
			eval('document.contactHotText.visibility="hidden"');
        	

	}
	        if (NS6) {
		
		document.getElementById('aboutUsHot').style.visibility="hidden";
		document.getElementById('patientsHot').style.visibility="hidden";
		document.getElementById('doctorsHot').style.visibility="hidden";
		document.getElementById('resourcesHot').style.visibility="hidden";
		document.getElementById('contactHot').style.visibility="hidden";
		document.getElementById('aboutUsHotText').style.visibility="hidden";
		document.getElementById('patientsHotText').style.visibility="hidden";
		document.getElementById('doctorsHotText').style.visibility="hidden";
		document.getElementById('resourcesHotText').style.visibility="hidden";
		document.getElementById('contactHotText').style.visibility="hidden";

		
		
		}
  }
}


function AboutUsOn() {
  if (documentLoaded) {
  buttonOff();
          if (IE4) {
  		eval('aboutUsHot.style.visibility="visible"');
		eval('aboutUsHotText.style.visibility="visible"');
		
  	 }
          if (NS4) {  
		eval('document.aboutUsHot.visibility="visible"');
		eval('document.aboutUsHotText.visibility="visible"');

  	}
  	          if (NS6) {
  		document.getElementById('aboutUsHot').style.visibility="visible";
		document.getElementById('aboutUsHotText').style.visibility="visible";
		
  	 }
timer();
  }
}
function PatientsOn() {
  if (documentLoaded) {
  buttonOff();
          if (IE4) {
  		eval('patientsHot.style.visibility="visible"');
		eval('patientsHotText.style.visibility="visible"');
		
  	 }
          if (NS4) {  
		eval('document.patientsHot.visibility="visible"');
		eval('document.patientsHotText.visibility="visible"');

  	}
  	          if (NS6) {
  		document.getElementById('patientsHot').style.visibility="visible";
		document.getElementById('patientsHotText').style.visibility="visible";
		
  	 }
timer();
  }
}
function DoctorsOn() {
  if (documentLoaded) {
  buttonOff();
          if (IE4) {
  		eval('doctorsHot.style.visibility="visible"');
		eval('doctorsHotText.style.visibility="visible"');
		
  	 }
          if (NS4) {  
		eval('document.doctorsHot.visibility="visible"');
		eval('document.doctorsHotText.visibility="visible"');

  	}
  	          if (NS6) {
  		document.getElementById('doctorsHot').style.visibility="visible";
		document.getElementById('doctorsHotText').style.visibility="visible";
		
  	 }
timer();
  }
}
function ResourcesOn() {
  if (documentLoaded) {
  buttonOff();
          if (IE4) {
  		eval('resourcesHot.style.visibility="visible"');
		eval('resourcesHotText.style.visibility="visible"');
  	
  	 }
          if (NS4) {  
		eval('document.resourcesHot.visibility="visible"');
		eval('document.resourcesHotText.visibility="visible"');

  	}
  	          if (NS6) {
  		document.getElementById('resourcesHot').style.visibility="visible";
		document.getElementById('resourcesHotText').style.visibility="visible";
  	
  	 }
timer();
  }
}
function ContactOn() {
  if (documentLoaded) {
  buttonOff();
          if (IE4) {
  		eval('contactHot.style.visibility="visible"');
		eval('contactHotText.style.visibility="visible"');
  	
  	 }
          if (NS4) {  
		eval('document.contactHot.visibility="visible"');
		eval('document.contactHotText.visibility="visible"');

  	}
  	          if (NS6) {
  		document.getElementById('contactHot').style.visibility="visible";
		document.getElementById('contactHotText').style.visibility="visible";
  	
  	 }
timer();
  }
}


// -->