
function show_submenu(obj) {
    eval(obj+".style").display='';
}

function hide_submenu(obj) {
    eval(obj+".style").display='none';
}
