



		if (document.images) 
		{
			blueIn 		= new Image
			blueOut 	= new Image
			greyIn 		= new Image
			greyOut 	= new Image

			blueIn.src 	= "/util/img/global/buttons/blue-in.jpg"
			blueOut.src = "/util/img/global/buttons/blue-out.jpg"
			greyIn.src 	= "/util/img/global/buttons/grey-in.jpg"
			greyOut.src = "/util/img/global/buttons/grey-out.jpg"
		}



function showMenu(id){

		var tmpMenu = document.getElementById(id); 
		tmpMenu.style.display="block";

}







