  var myimages=new Array()

	function changeme(X,Y)
		{
			 X.className='mlon';
			 //Z = eval( 'L' + Y );
			 //Z.className="navlefto"; 
		}

	function changemeback(X,Y)
		{		
  			 X.className='mloff';
			 //Z = eval( 'L' + Y );
			 //Z.className="navleft";
		}

  
   function changeimage(towhat,whatpic){
    if (document.images){
	   var txttemp = eval('document.images.' + whatpic );
   	   //alert(txttemp);
	   txttemp.src = towhat.src;        
     }
   }    

	function navgo(theURL)
 	{    			    			
    	//top.location.href= theURL;
		window.open(theURL);    		
  	}
		
  function preloadimages(){
    for (i=0;i<preloadimages.arguments.length;i++){
	    myimages[i]=new Image()
		myimages[i].src=preloadimages.arguments[i]
  	}
  }

var whichimage=0;
/*
 function slideit(){
    if (!document.images)
       return;
    document.images.testload.src=myimages[whichimage].src;
    
    if (whichimage<myimages.length-1)
	    whichimage++
    else
    	whichimage=0
    setTimeout("slideit()",3000)
  }
*/
  preloadimages("images/but_home_off.gif","images/but_home_on.gif", 
  					"images/but_physicians_off.gif","images/but_physicians_on.gif", 
					"images/but_services_off.gif", "images/but_services_on.gif",					
					"images/but_insurance_off.gif", "images/but_insurance_on.gif",
					"images/but_patientinfo_off.gif", "images/but_patientinfo_on.gif",
					"images/but_locations_off.gif", "images/but_locations_on.gif",					
					"images/but_contactus_off.gif", "images/but_contactus_on.gif",
					"images/but_links_off.gif", "images/but_links_on.gif",
					"images/but_policy_off.gif", "images/but_policy_on.gif",
					"images/but_hospital_off.gif", "images/but_hospital_on.gif"  
					
					)
				


  					
