
function info1(){

rv=window.showModalDialog("premessa.htm",null,"dialogWidth:420px;dialogHeight:360px;center:1;scroll:0;help:0;status:0");

}

function open1(){
if (document.all){
info1()
}
}

