// JavaScript Document
function mouseOverHome()
{
	//place your default image below
document.btn0.src ="http://fuzionitsolutions.com/gwendolynG/garyG/images/btnHomeOn.gif";
}
function mouseOutHome()
{
	//place your roll over image below
document.btn0.src ="http://fuzionitsolutions.com/gwendolynG/garyG/images/btnHome.gif";
}


function mouseOverCal()
{
	//place your default image below
document.btn1.src ="http://fuzionitsolutions.com/gwendolynG/garyG/images/btnCalOn.gif";
}
function mouseOutCal()
{
	//place your roll over image below
document.btn1.src ="http://fuzionitsolutions.com/gwendolynG/garyG/images/btnCal.gif";
}


function mouseOverDir()
/*get the url of the current page.
var sPath = window.location.pathname;
//var sPage = sPath.substring(sPath.lastIndexOf('\\') + 1);
var sPage = sPath.substring(sPath.lastIndexOf('/') + 1);
//alert(sPage);
if var sPage = indexDir.html
{
	document.btn2.src ="http://fuzionitsolutions.com/gwendolynG/garyG/images/btnDirOn2.gif";
	}else*/
{
	//place your default image below
document.btn2.src ="http://fuzionitsolutions.com/gwendolynG/garyG/images/btnDirOn.gif";
}
function mouseOutDir()
{
	//place your roll over image below
document.btn2.src ="http://fuzionitsolutions.com/gwendolynG/garyG/images/btnDir.gif";
}
/*function pageDir()
{
	//place your default image below
document.btn2.src ="http://fuzionitsolutions.com/gwendolynG/garyG/images/btnDirOn2.gif";
}*/


function mouseOverZen()
{
	//place your default image below
document.btn3.src ="http://fuzionitsolutions.com/gwendolynG/garyG/images/btnZenOn.gif";
}
function mouseOutZen()
{
	//place your roll over image below
document.btn3.src ="http://fuzionitsolutions.com/gwendolynG/garyG/images/btnZen.gif";
}



function mouseOverSit()
{
	//place your default image below
document.btn4.src ="http://fuzionitsolutions.com/gwendolynG/garyG/images/btnSitOn.gif";
}
function mouseOutSit()
{
	//place your roll over image below
document.btn4.src ="http://fuzionitsolutions.com/gwendolynG/garyG/images/btnSit.gif";
}



function mouseOverASR()
{
	//place your default image below
document.btn5.src ="http://fuzionitsolutions.com/gwendolynG/garyG/images/btnASROn.gif";
}
function mouseOutASR()
{
	//place your roll over image below
document.btn5.src ="http://fuzionitsolutions.com/gwendolynG/garyG/images/btnASR.gif";
}



function mouseOverAbU()
{
	//place your default image below
document.btn6.src ="http://fuzionitsolutions.com/gwendolynG/garyG/images/btnAboutOn.gif";
}
function mouseOutAbU()
{
	//place your roll over image below
document.btn6.src ="http://fuzionitsolutions.com/gwendolynG/garyG/images/btnAbout.gif";
}
