<!--//

{

homeoff = new Image();
homeoff.src = "graphics/home_off.gif";
homehover = new Image();
homehover.src = "graphics/home_hover.gif";

aboutusoff = new Image();
aboutusoff.src = "graphics/aboutus_off.gif";
aboutushover = new Image();
aboutushover.src = "graphics/aboutus_hover.gif";
 
contactusoff = new Image();
contactusoff.src = "graphics/contactus_off.gif";
contactushover = new Image();
contactushover.src = "graphics/contactus_hover.gif"; 
 
physiciansoff = new Image();
physiciansoff.src = "graphics/physicians_off.gif";
physicianshover = new Image();
physicianshover.src = "graphics/physicians_hover.gif"; 
 
compeyecareoff = new Image();
compeyecareoff.src = "graphics/compeyecare_off.gif";
compeyecarehover = new Image();
compeyecarehover.src = "graphics/compeyecare_hover.gif"; 

onsiteoff = new Image();
onsiteoff.src = "graphics/onsite_off.gif";
onsitehover = new Image();
onsitehover.src = "graphics/onsite_hover.gif"; 

insuranceoff = new Image();
insuranceoff.src = "graphics/insurance_off.gif";
insurancehover = new Image();
insurancehover.src = "graphics/insurance_hover.gif"; 

virtualoff = new Image();
virtualoff.src = "graphics/virtualtour_off.gif";
virtualhover = new Image();
virtualhover.src = "graphics/virtualtour_hover.gif"; 


articlesoff = new Image();
articlesoff.src = "graphics/articles_off.gif";
articleshover = new Image();
articleshover.src = "graphics/articles_hover.gif"; 

privacyoff = new Image();
privacyoff.src = "graphics/privacy_off.gif";
privacyhover = new Image();
privacyhover.src = "graphics/privacy_hover.gif"; 

termsoff = new Image();
termsoff.src = "graphics/terms_off.gif";
termshover = new Image();
termshover.src = "graphics/terms_hover.gif";

sitemapoff = new Image();
sitemapoff.src = "graphics/sitemap_off.gif";
sitemaphover = new Image();
sitemaphover.src = "graphics/sitemap_hover.gif";

click_tocall_off = new Image();
click_tocall_off.src = "graphics/click_tocall_off.gif";
click_tocall_hover = new Image();
click_tocall_hover.src = "graphics/click_tocall_hover.gif";

 

}

function changeImage(imgDocID1,imgObjName1) {
{
document.images[imgDocID1].src = eval(imgObjName1 + ".src");}
}

//-->