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=yes,resizable=yes,width="+w+",height="+h);
}
