function on(id){
document.getElementById(id).className = "menu_o";

}

function off(id){
document.getElementById(id).className = "menu";

}