	function resizeheight(pxHeight){
		document.getElementById("mainFrame").height = pxHeight + 10;
	}
	function loadIFrame(pPath)
	{

		document.getElementById("mainFrame").src = pPath;
	}

/*
function loadIFrame(pPath){
	var pPath = pPath;
	var pPaths;
	var sPlitPath = pPath.split("&")[0];
	var sPlitPathS = sPlitPath.split("=")[1];
	var PName = sPlitPathS;
	if(PName == "Guest Book"){
		pPaths = "borei_guestbook.php";
						alert(pPaths+pPath);

		document.getElementById("detail").src = pPaths+pPath;
	}else if(PName == "chk_room_available"){
		
		pPaths = "borei_checkroom.php?ADate=$ADate&";
						alert(pPaths+pPath);

		document.getElementById("detail").src = pPaths+pPath;
	}else if(PName == "show_sitemap"){
		pPaths = "borei_sitemap.php";
						alert(pPaths+pPath);

		document.getElementById("detail").src = pPaths+pPath;
	}else if((PName == "Reservation") || (PName == "Online Confirmation")){
		var pPathp = window.open('https://reservations.g-rez.com/boreiangkor-siemreap/en','booking','width=900,height=800,scrollbars=yes, toolbar=no,location=no,directories=no,status=no,menubar=no,resizable=yes,minimize=no,maximize=no,fullscreen=no,dependent=no');
		var pPathpop = "borei_detail.php";
		alert(pPathpop);
		document.getElementById("detail").src = pPathpop;
	}else if(PName == "Enquiry"){
		pPaths = "borei_booking.php";
				alert(pPaths+pPath);
		document.getElementById("detail").src = pPaths+pPath;
	}else{
		pPaths = "borei_detail.php";
						alert(pPaths+pPath);

		document.getElementById("detail").src = pPaths+pPath;	//-------------------------------For mainpage--------------------
		document.getElementById("detail1").src = "borei_hotnews.php"+pPath;	//-------------------For Hotnews---------------------
	}
}  */