//Open Windows function finestra(url,h_size,w_size) { if (h_size == '') { h_size = 250; } if (w_size == '') { w_size = 350; } window.open(url,"",'toolbar=0,location=0,directories=0,status=0,menubar=0,scrollbars=0,resizable=0,width=' + w_size + ',height=' + h_size); }