<!--
	function zoomfoto(file, width, height) {
						window.open(file,'zoomfoto','toolbar=no,location=no,directories=no,status=no,scrollbars=auto,resizable=yes,copyhistory=no,width=' + width + ',height=' + height );
						}
	function zoomVideo(file, width, height) {
						window.open(file,'zoomVideo','toolbar=no,location=no,directories=no,status=no,scrollbars=auto,resizable=no,copyhistory=no,width=' + width + ',height=' + height );
						}
	function legenda( IdHotel )	{
							self.name='hotel'; window.open('index.cfm?FuseAction=Hotel.Legenda&Idhotel=' + IdHotel + '&Layout=Iperhotel_Popup','legenda','width=360,height=200,toolbar=no,location=no,directories=no,status=no,menubar=no,dependent=no,resizable=no,status=no,scrollbars=yes');
						}
						
	var printWin;
	function printMe(fileName)	{
							window.name = 'printWin';
							printWin = window.open(fileName, 'printMe', 'toolbar=yes,status=no,scrollbars=yes,resizable=no,menubar=yes,width=640,height=450');

							/*if	(navigator.userAgent.indexOf("Mozilla/4") != -1)
								{
									printWin.focus(); setTimeout("printWin.print()",1000);
								}
							else if (navigator.userAgent.indexOf("MSIE 5") != -1)
								{
									printWin.focus(); setTimeout("printWin.print()",1000);
								}
								
							else
								{
									alert("Seleziona il pulsante stampa nel menu di navigazione.");
									printWin.focus();
		 						}*/
						}

	function offerte(file)	{
							self.name='offerteSpeciali'; window.open(file,'Offerte','width=450,height=235,toolbar=no,location=no,directories=no,status=no,menubar=no,dependent=no,resizable=yes,status=no,scrollbars=yes');
						}
						
						
	function addToFavorites(urlAddress,pageName)
	{
		if (window.external)
		{
			window.external.AddFavorite(urlAddress,pageName)
		}
		else
		{ 
			alert("Funzione non supportata dal tuo navigatore");
		}
	}
//-->