function lite(idd){
document.getElementById(idd).className="menu_"+idd+"_on";
}

function restore(idd){
document.getElementById(idd).className="menu_"+idd;
}


function go(url){
window.location.href=url;
}