
function lmenue_on(id)
{
		//alert("hzhh");
		obj = document.getElementsByTagName("div");
		obj[id].style.backgroundColor = 'rgb(255,255,255)';	
}	


function lmenue_off(id)
{
		obj = document.getElementsByTagName("div");
		obj[id].style.backgroundColor = '';	
		//obj[id].style.background = 'url(../menuebilder/transpixel.gif) no-repeat';
		//obj[id].style.removeAttribute("backgroundcolor","false");	
		//if ( e.element.style.backgroundColor == "" ) 
		//e.element.style.background = colors
}	
	



