
  if (document.images)
   {
     abouthomeon= new Image(166,21);
     abouthomeon.src="images/about-mo_03.jpg";
	 aboutabouton= new Image(166,27);
	 aboutabouton.src="images/about-mo_05.jpg";
	 aboutchiroon= new Image(166,27);
	 aboutchiroon.src="images/about-mo_06.jpg";
	 aboutinsuranceon= new Image(166,29);
	 aboutinsuranceon.src="images/about-mo_07.jpg";
	 chirohomeon= new Image(166,21);
     chirohomeon.src="images/about-mo_03.jpg";
	 chiroabouton= new Image(166,27);
	 chiroabouton.src="images/about-mo_05.jpg";
	 chirochiroon= new Image(166,27);
	 chirochiroon.src="images/about-mo_06.jpg";
	 chiroinsuranceon= new Image(166,29);
	 chiroinsuranceon.src="images/about-mo_07.jpg";
	 insurancehomeon=new Image(166,21);
	 insurancehomeon.src="images/insurance-mo_03.jpg";
	 insuranceabouton=new Image(166,27);
	 insuranceabouton.src="images/insurance-mo_05.jpg";
	 insuranceinsuranceon=new Image(166,27);
	 insuranceinsuranceon.src="images/insurance-mo_07.jpg";
	 testimonialshomeon= new Image(166,25);
	 testimonialshomeon.src="images/internal-mo_03.jpg";
	 testimonialsabouton=new Image(166,27);
	 testimonialsabouton.src="images/testimonial-mo_05.jpg";
	 testimonialschiroon=new Image(166,27);
	 testimonialschiroon.src="images/testimonial-mo_06.jpg";
	 testimonialsinsuranceon=new Image(166,29);
	 testimonialsinsuranceon.src="images/testimonial-mo_07.jpg";
	 contacton= new Image(166,29);
	 contacton.src="images/internal-mo_14.jpg";
	 treatmentiastmhomeon=new Image(166,21);
	 treatmentiastmhomeon.src="images/treatment-iastm-mo_03.jpg";
	 treatmentiastmabouton=new Image(166,27);
	 treatmentiastmabouton.src="images/treatment-iastm-mo_05.jpg";
	 treatmentiastmchiroon=new Image(166,27);
	 treatmentiastmchiroon.src="images/treatment-iastm-mo_06.jpg";
	 treatmentiastminsuranceon=new Image(166,29);
	 treatmentiastminsuranceon.src="images/treatment=iastm-mo_07.jpg";
	 treatmentnutritionhomeon=new Image(166,21);
	 treatmentnutritionhomeon.src="images/treatment-nutrition-mo_03.jpg";
	 treatmentnutritionabouton=new Image(166,27);
	 treatmentnutritionabouton.src="images/treatment-nutrition-mo_05.jpg";
	 treatmentnutritionchiroon=new Image(166,27);
	 treatmentnutritionchiroon.src="images/treatment-nutrition-mo_06.jpg";
	 treatmentnutritioninsuranceon=new Image(166,29);
	 treatmentnutritioninsuranceon.src="images/treatment-nutrition-mo_07.jpg";
	 treatmentrehabhomeon=new Image(166,21);
	 treatmentrehabhomeon.src="images/treatment-rehab-mo_03.jpg";
	 treatmentrehababouton=new Image(166,27);
	 treatmentrehababouton.src="images/treatment-rehab-mo_05.jpg";
	 treatmentrehabchiroon=new Image(166,27);
	 treatmentrehabchiroon.src="images/treatment-rehab-mo_06.jpg";
	 treatmentrehabinsuranceon=new Image(166,29);
	 treatmentrehabinsuranceon.src="images/treatment-rehab-mo_07.jpg";
	 
	 
 
     abouthomeoff= new Image(166,21);
     abouthomeoff.src="images/about_03.jpg";
	 aboutaboutoff= new Image(166,27);
	 aboutaboutoff.src="images/about_05.jpg";
	 aboutchirooff= new Image(166,27);
	 aboutchirooff.src="images/about_06.jpg";
	 aboutinsuranceoff= new Image(166,29);
	 aboutinsuranceoff.src="images/about_07.jpg";
	 chirohomeoff= new Image(166,21);
     chirohomeoff.src="images/about_03.jpg";
	 chiroaboutoff= new Image(166,27);
	 chiroaboutoff.src="images/about_05.jpg";
	 chirochirooff= new Image(166,27);
	 chirochirooff.src="images/about_06.jpg";
	 chiroinsuranceoff= new Image(166,29);
	 chiroinsuranceoff.src="images/about_07.jpg";
	 insurancehomeoff=new Image(166,21);
	 insurancehomeoff.src="images/insurance_03.jpg";
	 insuranceaboutoff=new Image(166,27);
	 insuranceaboutoff.src="images/insurance_05.jpg";
	 insuranceinsuranceoff=new Image(166,27);
	 insuranceinsuranceoff.src="images/insurance_07.jpg";
	 testimonialsoff= new Image(166,25);
	 testimonialsoff.src="images/internal_11.jpg";
	 contactoff= new Image(166,29);
	 contactoff.src="images/internal_14.jpg";
	 treatmentiastmhomeoff=new Image(166,21);
	 treatmentiastmhomeoff.src="images/treatment-iastm_03.jpg";
	 treatmentiastmaboutoff=new Image(166,27);
	 treatmentiastmaboutoff.src="images/treatment-iastm_05.jpg";
	 treatmentiastmchirooff=new Image(166,27);
	 treatmentiastmchirooff.src="images/treatment-iastm_06.jpg";
	 treatmentiastminsuranceoff=new Image(166,29);
	 treatmentiastminsuranceoff.src="images/treatment=iastm_07.jpg";

   }
 
function lightup(imgName)
 {
   if (document.images)
    {
      imgOn=eval(imgName + "on.src");
      document[imgName].src= imgOn;
    }
 }
 
function turnoff(imgName)
 {
   if (document.images)
    {
      imgOff=eval(imgName + "off.src");
      document[imgName].src= imgOff;
    }
 }
 


