function hL(id) {
    var currbg = document.getElementById(id).style.background
    document.getElementById(id).className='menuh';
    //	document.getElementById(id).style.background="#587FA1";
}
function dehL(id) {
   document.getElementById(id).className='menuo';
	 // document.getElementById(id).style.background="#1B517F";
}


