// JavaScript Document

if (document.location.href.indexOf('index.htm') >= 0)
	{
		document.getElementById("home").src = "images/rollovers/home.jpg"
	}
				 
if (document.location.href.indexOf('about.htm') >= 0)
	{
		document.getElementById('about').src = "images/rollovers/about.jpg"
	}
				 
if (document.location.href.indexOf('gallery.htm')  >= 0)
	{
		document.getElementById('gallery').src = "images/rollovers/gallery.jpg"
	}
	
if (document.location.href.indexOf('tariff.htm')  >= 0)
{
	document.getElementById('tariff').src = "images/rollovers/tariff.jpg"
}
	
if (document.location.href.indexOf('coach.htm')  >= 0)
{
	document.getElementById('coach').src = "images/rollovers/coach.jpg"
}
	
if (document.location.href.indexOf('functions.htm')  >= 0)
	{
		document.getElementById('functions').src = "images/rollovers/functions.jpg"
	}
				 
if (document.location.href.indexOf('contact.htm') >= 0)
	{
		document.getElementById('contact').src = "images/rollovers/contact.jpg"
	}
