// JavaScript Document

function changemouse(id){
	if(id=="aboutus")
	{
	document.getElementById('aboutus').style.cursor="hand";
//	aboutus.style.cursor="hand";
	document.aboutus.src='/images/Petrol-aboutus2.gif'
	}
	if(id=="faq")
	{
	document.getElementById('faq').style.cursor="hand";
//	faq.style.cursor="hand";
	document.faq.src='/images/Petrol-faq2.gif'
	}
	if(id=="sitemap")
	{
	document.getElementById('sitemap').style.cursor="hand";
//	sitemap.style.cursor="hand";
	document.sitemap.src='/images/Petrol-sitemap2.gif'
	}
	if(id=="downloads1")
	{
	document.getElementById('downloads1').style.cursor="hand";
//	downloads1.style.cursor="hand";
	document.downloads1.src='/images/Petrol_downloads2.gif'
	}
	if(id=="inventory1")
	{
	document.getElementById('inventory1').style.cursor="hand";
//	inventory1.style.cursor="hand";
	document.inventory1.src='/images/Petrol_inventory2.gif'
	}
	if(id=="gallery1")
	{
	document.getElementById('gallery1').style.cursor="hand";
//	gallery1.style.cursor="hand";
	document.gallery1.src='/images/Petrol_gallery2.gif' 
	}
	if(id=="application1")
	{
	document.getElementById('application1').style.cursor="hand";
//	application1.style.cursor="hand";
	document.application1.src='/images/Petrol_application2.gif'
	}
	if(id=="dealer1")
	{
	document.getElementById('dealer1').style.cursor="hand";
//	dealer1.style.cursor="hand";
	document.dealer1.src='/images/Petrol_dealer2.gif' 
	document.dealer2.src='/images/Petrol-web-home_12.gif' 
	}
	if(id=="piece1")
	{
	document.getElementById('piece1').style.cursor="hand";
//	piece1.style.cursor="hand";
	document.piece1.src='/images/Petrol_1piece2.gif'
	}
	if(id=="piece2")
	{
	document.getElementById('piece2').style.cursor="hand";
//	piece2.style.cursor="hand";
	document.piece2.src='/images/Petrol_2piece2.gif'
	}
	if(id=="piece3")
	{
	document.getElementById('piece3').style.cursor="hand";
//	piece3.style.cursor="hand";
	document.piece3.src='/images/Petrol_3piece2.gif'
	}
	
}
function mouseout(id){
	if(id=="aboutus")
	{
	document.getElementById('aboutus').style.cursor="hand";
//	aboutus.style.cursor="hand";
	document.aboutus.src='/images/Petrol-aboutus1.gif'
	}
	if(id=="faq")
	{
	document.getElementById('faq').style.cursor="hand";
//	faq.style.cursor="hand";
	document.faq.src='/images/Petrol-faq1.gif'
	}
	if(id=="sitemap")
	{
	document.getElementById('sitemap').style.cursor="hand";
//	sitemap.style.cursor="hand";
	document.sitemap.src='/images/Petrol-sitemap1.gif'
	}
	if(id=="downloads1")
	{
	document.getElementById('downloads1').style.cursor="hand";
//	downloads1.style.cursor="hand";
	document.downloads1.src='/images/Petrol_downloads1.gif'
	}
	if(id=="inventory1")
	{
	document.getElementById('inventory1').style.cursor="hand";
//	inventory1.style.cursor="hand";
	document.inventory1.src='/images/Petrol_inventory1.gif'
	}
	if(id=="gallery1")
	{
	document.getElementById('gallery1').style.cursor="hand";
//	gallery1.style.cursor="hand";
	document.gallery1.src='/images/Petrol_gallery1.gif' 
	}
	if(id=="application1")
	{
	document.getElementById('application1').style.cursor="hand";
//	application1.style.cursor="hand";
	document.application1.src='/images/Petrol_application1.gif'
	}
	if(id=="dealer1")
	{
	document.getElementById('dealer1').style.cursor="hand";
//	dealer1.style.cursor="hand";
	document.dealer1.src='/images/Petrol_dealer1.gif' 
	document.dealer2.src='/images/Petrol_home_12.gif' 
	}
	if(id=="piece1")
	{
	document.getElementById('piece1').style.cursor="hand";
//	piece1.style.cursor="hand";
	document.piece1.src='/images/Petrol_1piece1.gif'
	}
	if(id=="piece2")
	{
	document.getElementById('piece2').style.cursor="hand";
//	piece2.style.cursor="hand";
	document.piece2.src='/images/Petrol_2piece1.gif'
	}
	if(id=="piece3")
	{
	document.getElementById('piece3').style.cursor="hand";
//	piece3.style.cursor="hand";
	document.piece3.src='/images/Petrol_3piece1.gif'
	}
}
