function legenda(leg) {
    w = 450;
	h = 350;
	attributi = "left=" + (screen.width-w)/2 + ",top=" + (screen.height-h)/2 + ",width=" + w + ",height=" + h + ",resizable=0";
	nw = window.open (leg, "Legenda", attributi);
	nw.opener = self;
}

function ShowImg(obj,imgName,cartella) {
		var img = document.images[obj];
		img.src = "images/" + cartella + "/" + imgName;
	}

function Zoom(foto) {
	w = 425;
	h = 425;
	attributi = "left=" + (screen.width-w)/2 + ",top=" + (screen.height-h)/2 + ",width=" + w + ",height=" + h + ",resizable=yes, scrollbars=yes";
	nw = window.open ("/zoom.asp?foto=" + foto + "", "Zoom", attributi);
	nw.opener = self;
}
function Info(foto) {
	w = 425;
	h = 425;
	attributi = "left=" + (screen.width-w)/2 + ",top=" + (screen.height-h)/2 + ",width=" + w + ",height=" + h + ",resizable=yes, scrollbars=yes";
	nw = window.open ("/info.asp?foto=" + foto + "", "Zoom", attributi);
	nw.opener = self;
}
function Ambiente(foto) {
	w = 780;
	h = 380;
	attributi = "left=" + (screen.width-w)/2 + ",top=" + (screen.height-h)/2 + ",width=" + w + ",height=" + h + ",resizable=yes, scrollbars=yes";
	nw = window.open ("/info.asp?foto=" + foto + "", "Zoom", attributi);
	nw.opener = self;
}

function CambioValuta() {
	w = 200;
	h = 100;
	attributi = "left=" + (screen.width-w)/2 + ",top=" + (screen.height-h)/2 + ",width=" + w + ",height=" + h + ",resizable=0";
	nw = window.open ("CambioValuta.asp", "Cambio", attributi);
	nw.opener = self;
}
