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