<!--- Hide from tired old browsers
function gateKeeper() {
   var password = prompt("Password required:", "")
   if (password != null){
   var location="../../support/" + password + ".htm";
	document.location.href = location;
	}
}
// done hiding --->

