var completeURL=document.URL;
var position=completeURL.lastIndexOf('/') + 1;
var pagename = completeURL.substring(position,(completeURL.length));

var subject = document.title.substring(18,(document.title.length)) //get subject from title
subject = "Website%20Inquiry%20-%20" + subject.replace(/ /g,"%20") // replace spaces with %20 to format for email
var mailto = "mailto:sboyes@sasktel.net?subject=" + subject

if (pagename=='index.html' || pagename=='') 
{document.write('<a href="index.html" ><img src="img/home_sel.png" width="135" height="25" border="0" name="ihome" alt="Home" title="Home" class="navbutton"></a><br>');}
else
{document.write('<a href="index.html" onMouseOver="document.images[\'ihome\'].src=\'img/home_on.png\'"  onMouseOut="document.images[\'ihome\'].src=\'img/home.png\'" ><img src="img/home.png" width="135" height="25" border="0" name="ihome" alt="Home" title="Home" class="navbutton"></a><br>');}

if (pagename=='forsale.php') 
{document.write('<a href="forsale.php" ><img src="img/forsale_sel.png" width="135" height="25" border="0" name="iforsale" alt="For Sale" title="For Sale" class="navbutton"></a><br>');}
else
{document.write('<a href="forsale.php" onMouseOver="document.images[\'iforsale\'].src=\'img/forsale_on.png\'"  onMouseOut="document.images[\'iforsale\'].src=\'img/forsale.png\'" ><img src="img/forsale.png" width="135" height="25" border="0" name="iforsale" alt="For Sale" title="For Sale" class="navbutton"></a><br>');}

if (pagename=='stallions.php') 
{document.write('<a href="stallions.php" ><img src="img/stallions_sel.png" width="135" height="25" border="0" name="istallions" alt="Stallions" title="Stallions" class="navbutton"></a><br>');}
else
{document.write('<a href="stallions.php" onMouseOver="document.images[\'istallions\'].src=\'img/stallions_on.png\'"  onMouseOut="document.images[\'istallions\'].src=\'img/stallions.png\'" ><img src="img/stallions.png" width="135" height="25" border="0" name="istallions" alt="Stallions" title="Stallions" class="navbutton"></a><br>');}

if (pagename=='services.html') 
{document.write('<a href="services.html" ><img src="img/services_sel.png" width="135" height="25" border="0" name="iservices" alt="Services" title="Services" class="navbutton"></a><br>');}
else
{document.write('<a href="services.html" onMouseOver="document.images[\'iservices\'].src=\'img/services_on.png\'"  onMouseOut="document.images[\'iservices\'].src=\'img/services.png\'" ><img src="img/services.png" width="135" height="25" border="0" name="iservices" alt="Services" title="Services" class="navbutton"></a><br>');}

if (pagename=='gallery.php') 
{document.write('<a href="gallery.php" ><img src="img/gallery_sel.png" width="135" height="25" border="0" name="igallery" alt="Gallery" title="Gallery" class="navbutton"></a><br>');}
else
{document.write('<a href="gallery.php" onMouseOver="document.images[\'igallery\'].src=\'img/gallery_on.png\'"  onMouseOut="document.images[\'igallery\'].src=\'img/gallery.png\'" ><img src="img/gallery.png" width="135" height="25" border="0" name="igallery" alt="Gallery" title="Gallery" class="navbutton"></a><br>');}

if (pagename=='newsevents.html') 
{document.write('<a href="newsevents.html" ><img src="img/newsevents_sel.png" width="135" height="25" border="0" name="inewsevents" alt="News/Events" title="News/Events" class="navbutton"></a><br>');}
else
{document.write('<a href="newsevents.html" onMouseOver="document.images[\'inewsevents\'].src=\'img/newsevents_on.png\'"  onMouseOut="document.images[\'inewsevents\'].src=\'img/newsevents.png\'" ><img src="img/newsevents.png" width="135" height="25" border="0" name="inewsevents" alt="News/Events" title="News/Events" class="navbutton"></a><br>');}

if (pagename=='links.html') 
{document.write('<a href="links.html" ><img src="img/links_sel.png" width="135" height="25" border="0" name="ilinks" alt="Links" title="Links" class="navbutton"></a><br>');}
else
{document.write('<a href="links.html" onMouseOver="document.images[\'ilinks\'].src=\'img/links_on.png\'"  onMouseOut="document.images[\'ilinks\'].src=\'img/links.png\'" ><img src="img/links.png" width="135" height="25" border="0" name="ilinks" alt="Links" title="Links" class="navbutton"></a><br>');}

document.write('<a href=' + mailto + ' onMouseOver="document.images[\'iemailus\'].src=\'img/emailus_on.png\'"  onMouseOut="document.images[\'iemailus\'].src=\'img/emailus.png\'" ><img src="img/emailus.png" width="135" height="25" border="0" name="iemailus" alt="Email Us" title="Email Us" class="navbutton"></a><br>');

