function aprimgor(img,desc){
  fin=window.open("vuoto.html","vuotoor","width=640,height=540");
  fin.document.write("<html><link rel=stylesheet href=policy.css type=\"text\/css\"><Title>www.CAIRecoaroTerme.it</title><body leftmargin=\"0\" topmargin=\"0\" marginwidth=\"0\" marginheight=\"0\">");
  fin.document.write("<div align=\"center\">");
  fin.document.write("<img src="+img+"><br><br><i>"+desc+"</i><br>");
  fin.document.write("<a href=\"javascript:self.close()\">Chiudi Finestra</a>");
  fin.document.write("</div></body></html>");
};

function aprimgve(img,desc){
  fin=window.open("vuoto.html","vuotove","width=480,height=700");
  fin.document.write("<html><link rel=stylesheet href=policy.css type=\"text\/css\"><Title>www.CAIRecoaroTerme.it</title><body leftmargin=\"0\" topmargin=\"0\" marginwidth=\"0\" marginheight=\"0\">")
  fin.document.write("<div align=\"center\">")
  fin.document.write("<img src="+img+"><br><br><i>"+desc+"</i><br>")
  fin.document.write("<a href=\"javascript:self.close()\">Chiudi Finestra</a>");
  fin.document.write("</div></body></html>")
};

function aprimgor2(img,desc){
  fin=window.open("vuoto.html","vuotoor2","width=640,height=540");
  fin.document.write("<html><link rel=stylesheet href=../policy.css type=\"text\/css\"><Title>www.CAIRecoaroTerme.it</title><body leftmargin=\"0\" topmargin=\"0\" marginwidth=\"0\" marginheight=\"0\">");
  fin.document.write("<div align=\"center\">");
  fin.document.write("<img src="+img+"><br><br><i>"+desc+"</i><br>");
  fin.document.write("<a href=\"javascript:self.close()\">Chiudi Finestra</a>");
  fin.document.write("</div></body></html>");
};

function aprimgve2(img,desc){
  fin=window.open("vuoto.html","vuotove2","width=480,height=700");
  fin.document.write("<html><link rel=stylesheet href=../policy.css type=\"text\/css\"><Title>www.CAIRecoaroTerme.it</title><body leftmargin=\"0\" topmargin=\"0\" marginwidth=\"0\" marginheight=\"0\">")
  fin.document.write("<div align=\"center\">")
  fin.document.write("<img src="+img+"><br><br><i>"+desc+"</i><br>")
  fin.document.write("<a href=\"javascript:self.close()\">Chiudi Finestra</a>");
  fin.document.write("</div></body></html>")
};


function apri(urlpage,urltarget,wi,he,attributi)
	   {
	   var s1='width='+wi+',height='+he+',';
	   finew = window.open(urlpage,urltarget,s1+attributi);
	   //finew.moveTo(x,y);
	   finew.focus();
};

if (document.getElementById){
document.write('<style type="text/css">\n')
document.write('.submenu{display: none;}\n')
document.write('</style>\n')
}

function SwitchMenu(obj){
	if(document.getElementById){
	var el = document.getElementById(obj);
	var ar = document.getElementById("masterdiv").getElementsByTagName("span");
		if(el.style.display != "block"){
			for (var i=0; i<ar.length; i++){
				if (ar[i].className=="submenu")
				ar[i].style.display = "none";
			}
			el.style.display = "block";
		}else{
			el.style.display = "none";
		}
	}
}

