
function handleResize() {
	document.getElementById("Inside").style.height = (document.documentElement.clientHeight - 208) + "px";
}

function CambiaClasse(Nome) {
	if(document.getElementById(Nome).className=="Text") document.getElementById(Nome).className="Text_Focus";
	else document.getElementById(Nome).className="Text";
}

function ApriImg(Img,H) {
	param = "HEIGHT="+H+",WIDTH=470,locationbar=no,menubar=no,personalbar=no,scrollbars=no,statusbar=no,toolbar=no";
	w = window.open("","IMG",param);
	w.document.writeln("<html>\n<head>\n<title>73&deg; Piazza di Siena</title>");
	w.document.writeln('<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">');
	w.document.writeln('<style type="text/css">');
	w.document.writeln('body,td,th {');
	w.document.writeln('	font-family: Tahoma, Verdana, Arial, Times New Roman;');
	w.document.writeln('}');
	w.document.writeln('body {');
	w.document.writeln('	margin-left: 0px;');
	w.document.writeln('	margin-top: 0px;');
	w.document.writeln('	margin-right: 0px;');
	w.document.writeln('	margin-bottom: 0px;');
	w.document.writeln('	background-color: #282924;');
	w.document.writeln('}');
	w.document.writeln('</style>');
	w.document.writeln("</head>\n<body>\n<div align='center'>");
	w.document.writeln("<img src='"+Img+"'></div>");
	w.document.writeln("</body>\n</html>");
}

