var completeURL=document.URL;
var position=completeURL.lastIndexOf('/') + 1;
var pagename = completeURL.substring(position,(completeURL.length));

if (pagename=='index.html' || pagename=='') 
{document.write('<a href="index.html" ><img src="img/home_on.gif" width="64" height="30" border="0" name="ihome" alt="Home" ></a>');}
else
{document.write('<a href="index.html" onMouseOver="document.images[\'ihome\'].src=\'img/home_on.gif\'"  onMouseOut="document.images[\'ihome\'].src=\'img/home.gif\'" ><img src="img/home.gif" width="64" height="30" border="0" name="ihome" alt="Home" ></a>');}

if (pagename=='photogallery1.php') 
{document.write('<a href="photogallery1.php" ><img src="img/photogallery_on.gif" width="122" height="30" border="0" name="iphotogallery" alt="Photo Gallery" ></a>');}
else
{document.write('<a href="photogallery1.php" onMouseOver="document.images[\'iphotogallery\'].src=\'img/photogallery_on.gif\'"  onMouseOut="document.images[\'iphotogallery\'].src=\'img/photogallery.gif\'" ><img src="img/photogallery.gif" width="122" height="30" border="0" name="iphotogallery" alt="Photo Gallery" ></a>');}

if (pagename=='location.html') 
{document.write('<a href="location.html" ><img src="img/location_on.gif" width="84" height="30" border="0" name="ilocation" alt="Location" ></a>');}
else
{document.write('<a href="location.html" onMouseOver="document.images[\'ilocation\'].src=\'img/location_on.gif\'"  onMouseOut="document.images[\'ilocation\'].src=\'img/location.gif\'" ><img src="img/location.gif" width="84" height="30" border="0" name="ilocation" alt="Location" ></a>');}

if (pagename=='contactus.html') 
{document.write('<a href="contactus.html" ><img src="img/contactus_on.gif" width="90" height="30" border="0" name="icontactus" alt="Contact Us" ></a>');}
else
{document.write('<a href="contactus.html" onMouseOver="document.images[\'icontactus\'].src=\'img/contactus_on.gif\'"  onMouseOut="document.images[\'icontactus\'].src=\'img/contactus.gif\'" ><img src="img/contactus.gif" width="90" height="30" border="0" name="icontactus" alt="Contact Us" ></a>');}


