function show(){
document.all.livello.style.visibility="visible";
setTimeout('hide()','3000');
}