function openPictureWindow_Fever(imageName,imageWidth,imageHeight,alt,posLeft,posTop) {
	newWindow = window.open("","newWindow","width="+imageWidth+",height="+imageHeight+",left="+posLeft+",top="+posTop);
	newWindow.document.open();
	newWindow.document.write('<html><title>'+alt+'</title><body bgcolor="#FFFFFF" leftmargin="0" topmargin="0" marginheight="0" marginwidth="0" onBlur="self.close()">'); 
	newWindow.document.write('<img src='+imageName+' width='+imageWidth+' height='+imageHeight+'>'); 
	newWindow.document.write('</body></html>');
	newWindow.document.close();
	newWindow.focus();
}

function openpano(){
	var args = openpano.arguments;
	var id = args[0];
	var lang = (args[1] == 2) ? '&lang=2' : '';
	window.open('panorama.php?id=' + id + lang ,'win','width=350,height=440');
}

function MM_openBrWindow(theURL,winName,features) { //v2.0
  window.open(theURL,winName,features);
}

function openbooking() {
	var args = openbooking.arguments;
	// 2: apartment | 1: hotel romm
	// FN=SHOW < old
	var url = (args[0] == 2) ? "http://feratel-sc-euro.concentrator.net/tosc.asp?OC=SC-EURO&RG=IT&ID=44001109&FN=BOOK&FC=AP&LG="+args[1] : "http://feratel-sc-euro.concentrator.net/tosc.asp?OC=SC-EURO&RG=IT&ID=44001109&FN=BOOK&FC=HO&LG="+args[1];
	window.open(url, 'booking_window','width=720,height=500,scrollbars=yes');
}

