
//configure the two variables below to match yoursite's own info
var bookmarkurl="http://www.chemio.org/cgi-bin/news.exe/main?lang=-1&exact=back"
var bookmarktitle="SIC - Società Italiana di Chemioterapia"

function addbookmark(){
  if (document.all)
    window.external.AddFavorite(bookmarkurl,bookmarktitle);
}


function rulez(){
  window.open('/regole.htm','Regole','toolbar=no,location=no,status=no,menubar=no,resizable=no,scrollbars=yes,width=416,height=444');
}

function lancia(Parametro) {
  window.open(Parametro,'FlashNews','toolbar=no,location=no,status=no,menubar=no,resizable=no,scrollbars=yes,width=380,height=420')
}


function netiquette(){
  window.open('/netiquette.htm','Netiquette','toolbar=no,location=no,status=no,menubar=no,resizable=no,scrollbars=yes,width=416,height=444');
}

function consiglio(){
  window.open('/consiglio.htm','ConsiglioDirettivo','toolbar=no,location=no,status=no,menubar=no,resizable=no,scrollbars=yes,width=490,height=500');
}


function aprifoto(Parametro) {
  window.open(Parametro,'Foto','toolbar=no,location=no,status=no,menubar=no,resizable=no,scrollbars=yes,width=520,height=550')
}


function apriPDFfinestra(PDF, Finestra) {
  if (Finestra == "") {
    window.open(PDF,'Documento','toolbar=no,location=no,status=no,menubar=no,resizable=yes,scrollbars=yes')
  }
  else
  {
    Finestra.location.href=PDF;
  }
}

function apriPDF(PDF) {
  FL = window.screen.width;
  FA = window.screen.height;	
  window.resizeTo(FL-10, FA-50);
  document.location.href='/dyna_images/download/'+PDF;
}

