// JavaScript Document
function openWindow(NewLocation)
        {
          window.open(NewLocation, "NEWUNSIZABLE", "height=300,width=450,location=no, resizable=no, status=no,titlebar=no,toolbar=no,scrollbars=yes");
          return(false);
        }
self.name="homebas";
function MM_openBrWindow(theURL,winName,features) { //v2.0
  window.open(theURL,winName,features);
}

// JavaScript Document
function openSondaggi(NewLocation)
        {
          window.open(NewLocation, "NEWUNSIZABLE", "height=600,width=700,location=no, resizable=yes, status=no,titlebar=no,toolbar=no,scrollbars=yes");
          return(false);
        }
self.name="homebas";
function MM_openBrWindow(theURL,winName,features) { //v2.0
  window.open(theURL,winName,features);
}

<!-- Begin
function popUp(URL) {
day = new Date();
id = day.getTime();
eval("page" + id + " = window.open(URL, '" + id + "', 'toolbars=0, scrollbars=1, location=0, statusbars=0, menubars=0, resizable=0, width=425, height=440');");
}
// End --> 


  function openSondaggi2(NewLocation)
        {
          window.open(NewLocation, "NEWUNSIZABLE", "height=600,width=600,location=no, resizable=yes, status=no,titlebar=no,toolbar=no,scrollbars=yes");
          return(false);
        }
self.name="homebas";
function MM_openBrWindow(theURL,winName,features) { //v2.0
  window.open(theURL,winName,features);
}