	if (document.layers) {
		//Load the DHTML code for NS4 and Opera
		
sectname="rate";

// ---------------------------------------------------------------------------------------
		// DATE & MONTH CALENDER CHANGE 
		function dateChange(dd, selitem) {
			if (dd=="arrdd") { document.quicksearch.depdd.selectedIndex=selitem };
			if (dd=="arrmm") { document.quicksearch.depmm.selectedIndex=selitem-1 };
			if (dd=="arryy") { document.quicksearch.depyy.selectedIndex=document.quicksearch.arryy.selectedIndex };
		}
		function openCal(arrdep) {
			window.open('/calendar.asp?mnth=0&arrdep='+arrdep, 'cal', 'top=280, left=400, width=165, height=184, scrollbars=no, address=no, location=no, status=yes')
		}

// ---------------------------------------------------------------------------------------
	// OUR BEST RATE G - Booking Panel
		function checkForm_Best(){
			errs="";
			if (document.quicksearch.pro.value=="") errs+=" - Please select a hotel"+"\n";
			if (errs!="") {
				alert("Please ensure the following elements are completed correctly"+"\n\n"+errs);
			} else {
				document.quicksearch.submit();
			}
		}	

// ---------------------------------------------------------------------------------------
	
// ---------------------------------------------------------------------------------------


// ---------------------------------------------------------------------------------------

