function ApriImg(img) {
	msgWindow=window.open("","displayWindow","resizable=yes,menubar=no,width=700,height=550")
	msgWindow.document.open()
	msgWindow.document.write('<HTML><HEAD><TITLE>La Foto</TITLE></HEAD>')
	msgWindow.document.write('<BODY bgcolor=#000000><DIV align=center>')
	msgWindow.document.write('<IMG SRC='+img+' align=center valign=center><BR><A HREF=javascript:window.close()><img src="chiudi.gif" BORDER="0" ALT="Chiudi"></A></div></BODY></HTML>')
	msgWindow.document.close()
	msgWindow.focus()
	if ((document.wondows != null) && (!msgWindow.opener)) {
		msgWindow.opener = document.window
	}
}
function Aprimovie(sfw) {
	msgWindow=window.open("","displayWindow","resizable=yes,menubar=no,width=800,height=600")
	msgWindow.document.open()
	msgWindow.document.write('<HTML><HEAD><TITLE>La Foto</TITLE></HEAD>')
	msgWindow.document.write('<BODY bgcolor=#000000><DIV align=center>')
	msgWindow.document.write('<EMBED SRC='+swf+' align=center valign=center><BR><A HREF=javascript:window.close()><embed src="swf/chiudi.gif" BORDER="0" ALT="Chiudi"></A></div></BODY></HTML>')
	msgWindow.document.close()
	msgWindow.focus()
	if ((document.wondows != null) && (!msgWindow.opener)) {
		msgWindow.opener = document.window
	}
}
function Active(ID,stato) {
	if (browser) {
		document.images[ID].src = eval(ID + stato + ".src")
	}
}

function GetBrowser() {
	return (((navigator.appName == "Netscape") && (parseInt(navigator.appVersion) >= 3 )) || 
		   	((navigator.appName == "Microsoft Internet Explorer") && (parseInt(navigator.appVersion) >= 4 )))
}

function MenuScheda() {
	i1off = new Image;
	i1off.src = "img/frsxoff.gif";
	i1on = new Image;
	i1on.src = "img/frsxon.gif";

	i2off = new Image;
	i2off.src = "img/frupoff.gif";
	i2on = new Image;
	i2on.src = "img/frupon.gif";

	i3off = new Image;
	i3off.src = "img/frdxoff.gif";
	i3on = new Image;
	i3on.src = "img/frdxon.gif";
	
	MenuCuratoria()
}

function MenuCuratoria() {
	i4off = new Image;
	i4off.src = "img/mappaoff.gif";
	i4on = new Image;
	i4on.src = "img/mappaon.gif";

	MenuGiudicati()
}
	

function MenuBibliografia() {
	i5off = new Image;
	i5off.src = "img/homeoff.gif";
	i5on = new Image;
	i5on.src = "img/homeon.gif";
}

function MenuGiudicati() {
	i5off = new Image;
	i5off.src = "img/homeoff.gif";
	i5on = new Image;
	i5on.src = "img/homeon.gif";

	i6off = new Image;
	i6off.src = "img/biboff.gif";
	i6on = new Image;
	i6on.src = "img/bibon.gif";

}

function NoMon() {
	alert("In questo territorio non ci sono chiese romaniche")
}
