// all function written by ©2007 Clemente Gordini, webmaster@riolotermeproloco.it //

function w_View(sURL,sRcd,sTbl) {
  sURL+='.asp'; w=400; h=400; if (sRcd!=null) {sURL+='?r='+sRcd+'&t='+sTbl; }
  PicWin=window.open(sURL,'ImgBox','toolbar=no,directories=no,menubar=no,scrollbars=yes,resizable=yes,width='+w+',height='+h);
}
function w_htm(sURL) {
  window.open(sURL,'Scheda','scrollbars=yes,resizable=yes,width=780,height=300');
}
