var n3 = false;
image1       = new Image();
image1.src   = "http://ankleandfootspecialist.com/images/menu-about_the_doctors.png";
image1on     = new Image();
image1on.src = "http://ankleandfootspecialist.com/images/menu-about_the_doctors-on.png"

image2       = new Image();
image2.src   = "http://ankleandfootspecialist.com/images/menu-testimonials.png";
image2on     = new Image();
image2on.src = "http://ankleandfootspecialist.com/images/menu-testimonials-on.png"

image3       = new Image();
image3.src   = "http://ankleandfootspecialist.com/images/menu-locations.png";
image3on     = new Image();
image3on.src = "http://ankleandfootspecialist.com/images/menu-locations-on.png"

image4       = new Image();
image4.src   = "http://ankleandfootspecialist.com/images/menu-appointments.png";
image4on     = new Image();
image4on.src = "http://ankleandfootspecialist.com/images/menu-appointments-on.png"

image5       = new Image();
image5.src   = "http://ankleandfootspecialist.com/images/menu-health_and_wellness.png";
image5on     = new Image();
image5on.src = "http://ankleandfootspecialist.com/images/menu-health_and_wellness-on.png"

image6       = new Image();
image6.src   = "http://ankleandfootspecialist.com/images/menu-surgery_information.png";
image6on     = new Image();
image6on.src = "http://ankleandfootspecialist.com/images/menu-surgery_information-on.png"

image7       = new Image();
image7.src   = "http://ankleandfootspecialist.com/images/menu-diabetic_information.png";
image7on     = new Image();
image7on.src = "http://ankleandfootspecialist.com/images/menu-diabetic_information-on.png"

image8       = new Image();
image8.src   = "http://ankleandfootspecialist.com/images/menu-common_foot_disorders.png";
image8on     = new Image();
image8on.src = "http://ankleandfootspecialist.com/images/menu-common_foot_disorders-on.png"

image9       = new Image();
image9.src   = "http://ankleandfootspecialist.com/images/menu-doctor_publications.png";
image9on     = new Image();
image9on.src = "http://ankleandfootspecialist.com/images/menu-doctor_publications-on.png"

image10       = new Image();
image10.src   = "http://ankleandfootspecialist.com/images/menu-medical_inventions.png";
image10on     = new Image();
image10on.src = "http://ankleandfootspecialist.com/images/menu-medical_inventions-on.png"

image11       = new Image();
image11.src   = "http://ankleandfootspecialist.com/images/menu-surgical_procedures.png";
image11on     = new Image();
image11on.src = "http://ankleandfootspecialist.com/images/menu-surgical_procedures-on.png"

image12       = new Image();
image12.src   = "http://ankleandfootspecialist.com/images/menu-links.png";
image12on     = new Image();
image12on.src = "http://ankleandfootspecialist.com/images/menu-links-on.png"

image13       = new Image();
image13.src   = "http://ankleandfootspecialist.com/images/placard-reed.jpg";
image13on     = new Image();
image13on.src = "http://ankleandfootspecialist.com/images/placard-reed-on.jpg"

image14       = new Image();
image14.src   = "http://ankleandfootspecialist.com/images/placard-dupuis.jpg";
image14on     = new Image();
image14on.src = "http://ankleandfootspecialist.com/images/placard-dupuis-on.jpg"

image15       = new Image();
image15.src   = "http://ankleandfootspecialist.com/images/featured-article.png";
image15on     = new Image();
image15on.src = "http://ankleandfootspecialist.com/images/featured-article-on.png"

image16       = new Image();
image16.src   = "http://ankleandfootspecialist.com/images/top-conroe.gif";
image16on     = new Image();
image16on.src = "http://ankleandfootspecialist.com/images/top-conroe-on.gif"

image17       = new Image();
image17.src   = "http://ankleandfootspecialist.com/images/top-woodlands.gif";
image17on     = new Image();
image17on.src = "http://ankleandfootspecialist.com/images/top-woodlands-on.gif"

image18       = new Image();
image18.src   = "http://ankleandfootspecialist.com/images/top-huntsville.gif";
image18on     = new Image();
image18on.src = "http://ankleandfootspecialist.com/images/top-huntsville-on.gif"

image19       = new Image();
image19.src   = "http://ankleandfootspecialist.com/images/top-montgomery.gif";
image19on     = new Image();
image19on.src = "http://ankleandfootspecialist.com/images/top-montgomery-on.gif"

image20       = new Image();
image20.src   = "http://ankleandfootspecialist.com/images/menu-home.png";
image20on     = new Image();
image20on.src = "http://ankleandfootspecialist.com/images/menu-home-on.png"

function on3(name)
{
    document[name].src = eval(name + "on.src");
}

function off3(name)
{
    document[name].src = eval(name + ".src");
}

n3 = true;
function on(name)
{
   if (n3)
      on3(name);
}

function off(name)
{
   if (n3)
      off3(name);
}

