function PopUp(idh,idl,pos) {
		winOpts = "width=500,height=570,status=no,menubar=no,toolbar=no,resizable=yes,scrollbars=yes";
		PopWin = window.open('../../../gallery.php?idh='+idh+'&idl='+idl+'&pos='+pos, "popup", winOpts);
		PopWin.moveTo(200,50);
		PopWin.focus();
}

function HideDiv(){
	document.getElementById('box').style.display='none';
	document.getElementById('bocs').style.display='';
}
		
function ShowDiv(){
	document.getElementById('box').style.display='';
	document.getElementById('bocs').style.display='none';
}

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

function MM_openBrWindow(theURL,winName,features) { //v2.0
new_width = features.substring(features.indexOf("width=")+6, features.indexOf("width=")+9) * 1
new_height = features.substring(features.indexOf("height=")+7, features.indexOf("height=")+10) * 1
var left = Math.floor( (screen.width - new_width) / 2);
var top = Math.floor( (screen.height - new_height) / 2)
var winParms = "top=" + top + ",left=" + left
if (features) { winParms += "," + features; }
window.open(theURL, winName, winParms);
}

// Preload the images
if (document.images) {
  img = new Array();
  img[0] = new Image;
  img[0].src = "/images/common/1px-index.png"
  img[1] = new Image;
  img[1].src = "/milan-hotels-images/milan,hotels,map.jpg"
  img[2] = new Image;
  img[2].src = "/images/common/1px-search.png"
  img[3] = new Image;
  img[3].src = "/images/common/1px-orange.png"
  img[4] = new Image;
  img[4].src = "/images/common/milan-reservation-banner.jpg"
}





