function popup()
{
setTimeout("window.open('messaggio.htm','newWin','scrollbars=no,status=no,resizable=no,top=150,left=160,width=650,height=600');",800);
}