/* author: chrismojo@cox.net */
/* Generated by AceHTML Freeware http://freeware.acehtml.com */
/* Creation date: 10/29/2003 */

home1 = new Image(194,43);
home1.src = "images/homeon.gif"; 
home0 = new Image(194,43);
home0.src = "images/home.gif";

about_our_practice1 = new Image(194,43);
about_our_practice1.src = "images/about_our_practiceon.gif"; 
about_our_practice0 = new Image(194,43);
about_our_practice0.src = "images/about_our_practice.gif";

cosmetic_dentistry1 = new Image(194,43);
cosmetic_dentistry1.src = "images/cosmetic_dentistryon.gif"; 
cosmetic_dentistry0 = new Image(194,43);
cosmetic_dentistry0.src = "images/cosmetic_dentistry.gif";

general_dentistry1 = new Image(194,43);
general_dentistry1.src = "images/general_dentistryon.gif"; 
general_dentistry0 = new Image(194,43);
general_dentistry0.src = "images/general_dentistry.gif";

faq1 = new Image(194,43);
faq1.src = "images/faqon.gif"; 
faq0 = new Image(194,43);
faq0.src = "images/faq.gif";

procedures1 = new Image(194,43);
procedures1.src = "images/procedureson.gif"; 
procedures0 = new Image(194,43);
procedures0.src = "images/procedures.gif";

testimonials1 = new Image(194,43);
testimonials1.src = "images/testimonialson.gif"; 
testimonials0 = new Image(194,43);
testimonials0.src = "images/testimonials.gif";

gallery1 = new Image(194,43);
gallery1.src = "images/galleryon.gif"; 
gallery0 = new Image(194,43);
gallery0.src = "images/gallery.gif";

contact_us1 = new Image(194,43);
contact_us1.src = "images/contact_uson.gif"; 
contact_us0 = new Image(194,43);
contact_us0.src = "images/contact_us.gif";

function mouseon(n){
   
          imageON = eval(n + "1.src");
          document [n].src = imageON;
         
}
function mouseoff(n){
   
	imageOFF = eval(n + "0.src");
     document [n].src = imageOFF;
        
}