	function OverMenu(obj, img)
	{
		obj.src = '/images/'+img+'On.png';
	}
	
	function OutMenu(obj, img)
	{
		obj.src = '/images/'+img+'Off.png';
	}
	
