function PopUp() {
F = window.open('stati.php','Popup','width=665,height=750,scrollbars=yes');
F.moveTo(0,0); 
return true;
}