
//configure the two variables below to match yoursite's own info
var bookmarkurl="http://www.acspace.it/cgi-bin/news.exe/main?lang=-1&exact=back"
var bookmarktitle="ACSpace - il portale dei giovani di AC"

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 storia(Parametro) {
  window.open(Parametro,'Storia','toolbar=no,location=no,status=no,menubar=no,resizable=no,scrollbars=yes,width=700,height=500')
}

function schedavolontario(Parametro){
  window.open(Parametro,'Scheda','toolbar=no,location=no,status=no,menubar=no,resizable=no,scrollbars=no,width=450,height=540');
}


function aprifoto(Parametro) {
  window.open(Parametro,'Foto','toolbar=no,location=no,status=no,menubar=no,resizable=no,scrollbars=yes,width=520,height=550')
}

function zoomimg(picture, title, description)
{
	immagine = new Image;
	immagine.src = picture;
	if (description != ""){
	html = '<HTML>\n<HEAD>\n<TITLE>'+title+'</TITLE>\n</HEAD>\n<BODY LEFTMARGIN=0 MARGINWIDTH=0 TOPMARGIN=0 MARGINHEIGHT=0>\n<CENTER><IMG SRC="'+picture+'" BORDER=0 NAME=imageTest onLoad="window.resizeTo(document.imageTest.width+10,document.imageTest.height+72)"><br><br><FONT face="Tahoma" size="1"><B>'+description+'</B></FONT><br></CENTER>\n</BODY>\n</HTML>';
	}
	else
	{
	html = '<HTML>\n<HEAD>\n<TITLE>'+title+'</TITLE>\n</HEAD>\n<BODY LEFTMARGIN=0 MARGINWIDTH=0 TOPMARGIN=0 MARGINHEIGHT=0>\n<CENTER><IMG SRC="'+picture+'" BORDER=0 NAME=imageTest onLoad="window.resizeTo(document.imageTest.width+10,document.imageTest.height+28)"></CENTER>\n</BODY>\n</HTML>';
	}	   
	popupImage = window.open('','_blank','toolbar=0,location=0,directories=0,menuBar=0,scrollbars=0,resizable=0');
	popupImage.document.open();
	popupImage.document.write(html);
	popupImage.document.close()
}
