function popUpM()
{
  window.open('/base/mail.htm', 'mail', 'width=500,height=500,scrollbars=yes');
}

function popUpM2()
{
  window.open('/base/mail2.htm', 'mail', 'width=500,height=100,scrollbars=yes');
}

function popUpM3()
{
  window.open('/base/mail2.htm', 'mail', 'width=500,height=100,scrollbars=yes');
}

function popUpM4()
{
  window.open('/base/mail3.htm', 'mail', 'width=500,height=350,scrollbars=yes');
}

function zodiacoWindow (fileName,windowName) {
    msgWindow=window.open('',windowName,'toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=yes,resizable=no,width=640,height=480');
    msgWindow.location.href = fileName;
}

function calendarioWindow (fileName,windowName) {
    msgWindow=window.open('',windowName,'toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=yes,resizable=no,width=640,height=380');
    msgWindow.location.href = fileName;
}

function climaWindow (fileName,windowName) {
    msgWindow=window.open('',windowName,'toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=yes,resizable=no,width=250,height=300');
    msgWindow.location.href = fileName;
}

function popUpPR()
{
  window.open('base/premi.asp', 'testi', 'width=500,height=450,scrollbars=yes');
}

function popUpEB()
{
  window.open('torneo/ebook.premi.htm', 'ebook', 'width=520,height=550,scrollbars=yes');
}

function popUpDBR()
{
  window.open('/backoffice/romanzo/istruzioni.romanzo.htm', 'istruzioni', 'width=400,height=640,scrollbars=yes');
}