function verxi(form,larghezza)
{
var style = "top=50, left=100, width=520, height=550"; 
window.open(form,"",style);
}
