if(document.images)
{
	about0 = new Image
	about1 = new Image
	about0.src = "../_images/about_globalnav_but0.gif"
	about1.src = "../_images/about_globalnav_but1.gif"
	
	commercial0 = new Image
	commercial1 = new Image
	commercial0.src = "../_images/commercial_globalnav_but0.gif"
	commercial1.src = "../_images/commercial_globalnav_but1.gif"
	
	retailer0 = new Image
	retailer1 = new Image
	retailer0.src = "../_images/retailer_globalnav_but0.gif"
	retailer1.src = "../_images/retailer_globalnav_but1.gif"
	
	kitchen0 = new Image
	kitchen1 = new Image
	kitchen0.src = "../_images/kitchen_globalnav_but0.gif"
	kitchen1.src = "../_images/kitchen_globalnav_but1.gif"

	contact0 = new Image
	contact1 = new Image
	contact0.src = "../_images/contact_globalnav_but0.gif"
	contact1.src = "../_images/contact_globalnav_but1.gif"
	
	bathroom0 = new Image
	bathroom1 = new Image
	bathroom0.src = "../_images/bathroom_globalnav_but0.gif"
	bathroom1.src = "../_images/bathroom_globalnav_but1.gif"
		
	heating0 = new Image
	heating1 = new Image
	heating0.src = "../_images/heating_globalnav_but0.gif"
	heating1.src = "../_images/heating_globalnav_but1.gif"
			
	hent0 = new Image
	hent1 = new Image
	hent0.src = "../_images/hent_globalnav_but0.gif"
	hent1.src = "../_images/hent_globalnav_but1.gif"
}
		
function LoLite(imgName)
{
    document[imgName].src = eval(imgName + '0.src')
}

function HiLite(imgName)
{
    document[imgName].src = eval(imgName + '1.src')
}	
