// JavaScript Document

if ((document.location.href.indexOf('index.html') >= 0) || (document.location.href.indexOf('.html') == -1))
	{
		document.getElementById("welcome").src = "images/rollovers/welcome.jpg"
	}
				 
if (document.location.href.indexOf('about.html') >= 0)
	{
		document.getElementById('about').src = "images/rollovers/about.jpg"
	}
				 
if (document.location.href.indexOf('gallery.html')  >= 0)
	{
		document.getElementById('gallery').src = "images/rollovers/gallery.jpg"
	}
				 
if (document.location.href.indexOf('contact.html') >= 0)
	{
		document.getElementById('contact').src = "images/rollovers/contact.jpg"
	}
	
if (document.location.href.indexOf('menus.html') >= 0)
	{
		document.getElementById("menus").src = "images/rollovers/menus.jpg"
	}
				 
if (document.location.href.indexOf('video.html') >= 0)
	{
		document.getElementById('video').src = "images/rollovers/video.jpg"
	}
				 
if (document.location.href.indexOf('special.html')  >= 0)
	{
		document.getElementById('special').src = "images/rollovers/special.jpg"
	}