// JavaScript Document
function show_menub(){
var menu = document.getElementById('sottomenu');
menu.style.display = 'inline';
}
function show_menu2b(){
var menu = document.getElementById('sottomenu2');
menu.style.display = 'inline';
}
function show_menu3b(){
var menu = document.getElementById('sottomenu3');
menu.style.display = 'inline';
}