<!--

VersioneBrowser = 1

	Pulsante_Blu = new Image(10,20);
	Pulsante_Blu.src = "btn_nclk.gif";
	Pulsante_Rosso = new Image(10,20);
	Pulsante_Rosso.src = "btn_clk.gif";


var indirizzo= document.location.href

nomepagina=indirizzo.substring(34,200);


if (document.location.href.indexOf("template.asp")==-1){
    top.location.replace("http://www.fondazionetalamona.org/template.asp?pagina="+nomepagina)
}

function Cambia_Colore(imgDocID,imgObjName) {

	if (VersioneBrowser == 1) {
		document.images[imgDocID].src = eval(imgObjName + ".src")
	}
}

function Stampa() {
        PaginaDaStampare=document.location.href + "&stampa=1"
	OpenWin = this.open(PaginaDaStampare, "CtrlWindow", "width=700,height=600,toolbar=no,menubar=yes,location=no,scrollbars=yes,resizable=yes");
}


function DataDiOggi (){




<!-- Begin
d = new Array(
"Domenica",
"Lunedì",
"Martedì",
"Mercoledì",
"Giovedì",
"Venerdì",
"Sabato"
);
m = new Array(
"Gennaio",
"Febbraio",
"Marzo",
"Aprile",
"Maggio",
"Giugno",
"Luglio",
"Agosto",
"Settembre",
"Ottobre",
"Novembre",
"Dicembre"
);

today = new Date();
day = today.getDate();
year = today.getYear();

if (year < 2000)    
year = year + 1900; 

document.write(" ");
// document.write(d[today.getDay()]+" "+day+" "); -->
document.write(day+" ");
document.write(m[today.getMonth()]+" " + year);
document.write(" ");
// End -->
}

function LoadGallery(pictureName,imageFile,titleCaption,captionText)
      {
			if (document.all)
  			{
				document.getElementById(pictureName).style.filter="blendTrans(duration=1)";
				document.getElementById(pictureName).filters.blendTrans.Apply();
 			}
			document.getElementById(pictureName).src = imageFile;
			if (document.all)
 			{
 				document.getElementById(pictureName).filters.blendTrans.Play();
			}
			document.getElementById(titleCaption).innerHTML=captionText;
      }


function LoadGalleryPopUp(pag) {

win = window.open(pag.replace("http://www.fondazionetalamona.org/","g"),'win','toolbar=0,menubar=0,scrollbar=0,resizable=0');
win.focus();
}




// -->

