/*  ultimo aggiornamento 08-03-2011  */

var stagione = "2010 - 2011"
var today = new Date();
var year = today.getFullYear();

function Dipoit() {
document.write ('<img src="_img/dipo-it.gif" style="position:absolute; z-index:1; bottom: 2px; left:50%; margin-left:-545px;" alt="dipo.it" />');  
	}

function Lotteria() {
document.write ('<a href="?who=festa_sport2"><img src="/globalJs/Lotteria-trans.png" border="0" title="Lotteria DiPo" style="position:absolute; z-index:1; top: 35px; left: 50%;" alt="dipo.it" /></a>');  
	}
	/*  Lotteria()     */
	
function Footer() {
document.getElementById("footer").innerHTML ="&nbsp;Nique:De:Angelis:© 2006-"+year;
document.write ('<div id="FotoGallery" class="inserto2"></div>');  /* Apre un Div per la function fotoDiV2   */
}

function chiudi_Galleria(nomeDiv) {  //chiude il div nominato come variabile
	document.getElementById(nomeDiv).style.display = "none";
	}

function fotoDiV2(che,dove,cosa,titlo) {
	document.getElementById("FotoGallery").style.visibility = "visible";
	document.getElementById('FotoGallery').style.padding = '0px';
	document.getElementById("FotoGallery").style.borderWidth = "1px";
	document.getElementById("FotoGallery").style.borderColor = "#ebebeb";
	document.getElementById("FotoGallery").style.borderStyle = "solid";
	document.getElementById('FotoGallery').style.top = '20px';
	document.getElementById('FotoGallery').style.right = '10px';  
 if (dove == undefined)	
{	document.getElementById('FotoGallery').innerHTML = '<div align="right"><a href="javascript:chiudi_Galleria(\'FotoGallery\')"><img src="_img/chiudi.gif" border="0" title=":: Chiudi ::" alt="dipo.it" /></a></div><img src="'+che+'" border="1" alt="dipo.it" />';
	} else {
	document.getElementById('FotoGallery').innerHTML = '<div align="right"><a href="javascript:chiudi_Galleria(\'FotoGallery\')"><img src="_img/chiudi.gif" border="0" title=":: Chiudi ::" alt="dipo.it" /></a></div><a href="'+dove+'" target="'+cosa+'"><img src="'+che+'" border="01" title="'+titlo+'" alt="dipo.it" /></a>';
	}
	}

function DipoImg(Picture,dove,cosa) {
  
 if (dove == undefined)  
{ document.write ('<div id="FotoGallery2" class="inserto2"><div align="right" style="border-bottom:1px #999 solid;"><a href="javascript:chiudi_Galleria(\'FotoGallery2\')"><img src="_img/chiudi.gif" border="0" title=":: Chiudi ::" alt="dipo.it" /></a></div>');
 document.write ('<img src="'+Picture+'" border="01" alt="dipo.it" /></div>');
	} else { 
document.write ('<div id="FotoGallery2" class="inserto2"><div align="right" style="border-bottom:1px #999 solid;"><a href="javascript:chiudi_Galleria(\'FotoGallery2\')"><img src="_img/chiudi.gif" border="0" title=":: Chiudi ::" alt="dipo.it" /></a></div>');
document.write ('<a href="'+dove+'" target="'+cosa+'"><img src="'+Picture+'" border="01" alt="dipo.it" /></a></div>');
	}  	
	document.getElementById('FotoGallery2').style.bottom = '10px';
	document.getElementById('FotoGallery2').style.right  = '10px';	
	}
/*Di-poImg('_img/Splash-Lotteria-09.jpg');   */

      document.write('<script type="text/javascript" src="/globalJs/flash.asp" ></script>');  	  /*   	  per far partire un Div in tutti i siti   */ 
