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="176" height="200" border="0" name="ihome" alt="Home" ></a> &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; ');}
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="176" height="200" border="0" name="ihome" alt="Home" ></a> &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; ');}

if (pagename=='training.html') 
{document.write('<a href="training.html" ><img src="img/training_on.gif" width="88" height="25" border="0" name="itraining" alt="Training" ></a>');}
else
{document.write('<a href="training.html" onMouseOver="document.images[\'itraining\'].src=\'img/training_on.gif\'"  onMouseOut="document.images[\'itraining\'].src=\'img/training.gif\'" ><img src="img/training.gif" width="88" height="25" border="0" name="itraining" alt="Training" ></a>');}

if (pagename=='facilities.php') 
{document.write('<a href="facilities.php" ><img src="img/facilities_on.gif" width="89" height="25" border="0" name="ifacilities" alt="Facilities" ></a>');}
else
{document.write('<a href="facilities.php" onMouseOver="document.images[\'ifacilities\'].src=\'img/facilities_on.gif\'"  onMouseOut="document.images[\'ifacilities\'].src=\'img/facilities.gif\'" ><img src="img/facilities.gif" width="89" height="25" border="0" name="ifacilities" alt="Facilities" ></a>');}

if (pagename=='forsale.html') 
{document.write('<a href="forsale.html" ><img src="img/forsale_on.gif" width="84" height="25" border="0" name="iforsale" alt="For Sale" ></a>');}
else
{document.write('<a href="forsale.html" onMouseOver="document.images[\'iforsale\'].src=\'img/forsale_on.gif\'"  onMouseOut="document.images[\'iforsale\'].src=\'img/forsale.gif\'" ><img src="img/forsale.gif" width="84" height="25" border="0" name="iforsale" alt="For Sale" ></a>');}

if (pagename=='photogallery1.php') 
{document.write('<a href="photogallery1.php" ><img src="img/photogallery_on.gif" width="122" height="25" 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="25" border="0" name="iphotogallery" alt="Photo Gallery" ></a>');}

if (pagename=='contactus.html') 
{document.write('<a href="contactus.html" ><img src="img/contact_on.gif" width="63" height="25" border="0" name="icontact" alt="Contact" ></a>');}
else
{document.write('<a href="contactus.html" onMouseOver="document.images[\'icontact\'].src=\'img/contact_on.gif\'"  onMouseOut="document.images[\'icontact\'].src=\'img/contact.gif\'" ><img src="img/contact.gif" width="63" height="25" border="0" name="icontact" alt="Contact" ></a>');}



