function navDte(Durl){
	document.location.href = Durl;
}
function go_to_form(fRoom,fRecno,fDate){
	//alert(fRoom + ' :: ' + fDate + ' :: ' + fHour);
	var msg = window.open("request.asp?r="+fRoom+"&rn="+fRecno+"&d="+escape(fDate)+"","", "width=450,height=500,scrollbars=yes,resize=yes");
}
function make_cap(){
	if(document.nav.capacity){
		var capacity = document.nav.capacity.value;
		var capacity_start = document.nav.capacity_start.value;
		document.nav.cap.value = capacity_start+"!"+capacity;
	}

}

function MM_openBrWindow(theURL,winName,features) { //v2.0
  window.open(theURL,winName,features);
}
//Hides the layer onload
function hideIt(){
	if(document.layers || document.all){
		if(document.layers) {
			document.divLoadCont.visibility="hidden";
			}
		else {
			divLoadCont.style.visibility="hidden";
			}
	}
}
function MM_goToURL() { //v3.0
  var i, args=MM_goToURL.arguments; document.MM_returnValue = false;
  for (i=0; i<(args.length-1); i+=2) eval(args[i]+".location='"+args[i+1]+"'");
}
function ConfirmEmail(Email){
	if(Email==""){
		alert("You must supply an email address");
		return false;
	}
	else {
		goOn = confirm("You have supplied the following email address:\n\n"+Email+"\n\nIf this is your correct address, click OK to continue, otherwise click Cancel and enter your correct address.");
		if(goOn){
			return true;
		}
		else{
			return false;
		}
	}
}
function PrintHelp(){
var con = confirm("In order to print this page correctly, you must have enabled\nthe 'print background colours and images' option in your browser.\n\nPlease refer to the online help for more information");
	if(con){window.print();}
}