




var win = null;
function pop(mypage,myname,w,h,scroll){
LeftPosition =  (screen.width) ? (screen.width-w)/2 : 0;
TopPosition =  (screen.height) ? (screen.height-h)/2 : 0;
settimgs =
'height='+h+',width='+w+',top='+TopPosition+',left='+LeftPosition+',scrollbars='+scroll+',resizable'
win = window.open(mypage,myname,settimgs)
if(win.window.focus){win.window.focus();}
}

function finestra(jamme1){
opt='toolbar=no,scrollbars=yes,resizable=yes,directories=no,menubar=no,status=no,top=20,left=5,width=780,height=550';
fine = window.open(jamme1, 'YYY_consol', opt);
fine.self.focus();
}

function InizioPagina(){
var time = new Date();
ordval= (time.getTime());
//   show_clock();
}









