<!--
function mostra(msg) {
window.status = msg;
return true;
}
function nascondi() {
window.status = "";
return true;
}
//-->
