	if (document.layers) {
		//Load the DHTML code for NS4 and Opera
		if(navigator.userAgent.indexOf("Opera") != -1){
			document.write("<scr"+"ipt language='JavaScript' type='text/javascript' src='/nav_opera.js'><\/scr"+"ipt>");
		} else {
			document.write("<scr"+"ipt language='JavaScript' type='text/javascript' src='/nav_ns4.js'><\/scr"+"ipt>");
		}
	} else {
		//Load the DHTML code for IE and NS 6
		document.write("<scr"+"ipt language='JavaScript' type='text/javascript' src='/nav.js'><\/scr"+"ipt>");
	}
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();			}		}	// ---------------------------------------------------------------------------------------		function popuploadimage() {			window.open('rydgesdirectupload.asp?folder=rdclaims', 'rydges', 'top=100, left=100, width=510, height=450, scrollbars=yes, location=no, address=no, status=yes');		}// ---------------------------------------------------------------------------------------// ---------------------------------------------------------------------------------------