﻿var gaJsHost = (("https:" == document.location.protocol) ? "https://ssl." : "http://www.");
document.write(unescape("%3Cscript src='" + gaJsHost + "google-analytics.com/ga.js' type='text/javascript'%3E%3C/script%3E"));
try {
var pageTracker = _gat._getTracker("UA-3215426-1");
pageTracker._setDomainName("none");
pageTracker._setAllowLinker(true);
pageTracker._trackPageview();
} catch(err) {}

function openPren() {
	
	winWidth = 800;
	winHeight = 600;
	winOffX = (screen.width - winWidth - 22)/2;
	winOffY = (screen.height - winHeight)/2 - 30;
	winSpecs = "width="+winWidth+",height="+winHeight+",toolbar=0,menubar=0,scrollbars=1,resizable=1,location=0,directories=0,status=0,left=" + winOffX + ",top=" + winOffY;
	href = "https://www.hoteleasyreservations.com/her/her/pren.aspx?HOTEL="+document.all.HOTEL.value+"&rhL=Y&HLANG="+document.all.HLANG.value+"&DTFROM="+document.all.DTFROM.value+"&NUMNOTTI="+document.all.NUMNOTTI.selectedIndex+"&FASTRES=Y&RSTSS=Y";
	window.open(pageTracker._getLinkerUrl(href),"prenotazioni",winSpecs);
	//showModalDialog("master.asp?V_ACTION="+vAction+"&ID_MAP="+idMap,"win"+vAction+"Map","resizable: yes; help: no; status: no; scroll: no; ");
}