<!--
function MM_openBrWindow(theURL,winName,features) { //v2.0
  window.open(theURL,winName,features);
}


function popstampa(theUrl) {
window.open(theUrl,'','toolbar=no,resizable=no,scrollbars=yes,menubar=no,location=no,width=700,height=400,left=0,top=0');
}

function popup(theUrl, ww, hh) {
window.open(theUrl,'','toolbar=no,resizable=no,scrollbars=no,menubar=no,location=no,width='+ww+',height='+hh+',left=0,top=0');
}

//-->


