﻿/*Tyson Lewis

03-14-08, 6-17-2010*/

function mouseOver()

{

document.getElementById("_Home").src="images/Homepage/HomeGlow.gif"

}

function mouseOut()

{

document.getElementById("_Home").src="images/Homepage/Home.gif"



}

function mouseOverAbout()

{

document.getElementById("_AboutUs").src="images/Homepage/AboutUsGlow.gif"

}

function mouseOutAbout()

{

document.getElementById("_AboutUs").src="images/Homepage/About_us.gif"

}

//********************************************************************

function mouseOverDental()

{

document.getElementById("_Dental").src="images/Homepage/DentalGlow.gif"

}

function mouseOutDental()

{

document.getElementById("_Dental").src="images/Homepage/Dental.gif"

}

function mouseOverGallery()

{

document.getElementById("_Gallery").src="images/Homepage/GalleryGlow.gif"

}

function mouseOutGallery()

{

document.getElementById("_Gallery").src="images/Homepage/Gallery.gif"

}

function mouseOverContact()

{

document.getElementById("_Contact").src="images/Homepage/ContactUsGlow.gif"

}

function mouseOutContact()

{

document.getElementById("_Contact").src="images/Homepage/ContactUs.gif"

}





