<!-- //
if (document.images) {

	homeon = new Image(); homeon.src = "/images/home_2.gif";
	homeoff = new Image(); homeoff.src = "/images/home_1.gif";
	
	makepymton = new Image(); makepymton.src = "/images/make_pymt_2.gif";
	makepymtoff = new Image(); makepymtoff.src = "/images/make_pymt_1.gif";
	
	refphyson = new Image(); refphyson.src = "/images/ref_phys_2.gif";
	refphysoff = new Image(); refphysoff.src = "/images/ref_phys_1.gif";
	
	patientinfoon = new Image(); patientinfoon.src = "/images/patient_info_2.gif";
	patientinfooff = new Image(); patientinfooff.src = "/images/patient_info_1.gif";
	
	insuranceplanson = new Image(); insuranceplanson.src = "/images/ins_plans_2.gif";
	insuranceplansoff = new Image(); insuranceplansoff.src = "/images/ins_plans_1.gif";
	
	serviceson = new Image(); serviceson.src = "/images/services_2.gif";
	servicesoff = new Image(); servicesoff.src = "/images/services_1.gif";
	
	aboutstaffon = new Image(); aboutstaffon.src = "/images/staff_2.gif";
	aboutstaffoff = new Image(); aboutstaffoff.src = "/images/staff_1.gif";
	
	newson = new Image(); newson.src = "/images/news_2.gif";
	newsoff = new Image(); newsoff.src = "/images/news_1.gif";
	
	contacton = new Image(); contacton.src = "/images/contact_us_2.gif";
	contactoff = new Image(); contactoff.src = "/images/contact_us_1.gif";
	
	policieson = new Image(); policieson.src = "/images/policies_2.gif";
	policiesoff = new Image(); policiesoff.src = "/images/policies_1.gif";
	
}

function act(imgName){
  if (document.images)  document[imgName].src = eval(imgName + 'on.src')	
}

function inact(imgName) {
	if (document.images)  document[imgName].src = eval(imgName + 'off.src')
}

//Pre-loading Images script
function MM_preloadImages() { //v3.0
  var d=document; if(d.images){ if(!d.MM_p) d.MM_p=new Array();
    var i,j=d.MM_p.length,a=MM_preloadImages.arguments; for(i=0; i<a.length; i++)
    if (a[i].indexOf("#")!=0){ d.MM_p[j]=new Image; d.MM_p[j++].src=a[i];}}
}