var w=0
var h=0
var baseURL=" "
//
function finestra(w,h,baseURL) { 
window.open(baseURL,"new","toolbar=no,location=no,status=yes,menubar=no,scrollbars=no,resizable=no,width="+w+",height="+h);

}
