<!--
/*********************************************************
             GateKeeper v2.3 - by Joe Barta
            http://www.pagetutor.com/keeper/
     Permission is granted to freely use this script.
**********************************************************/

function GateKeeper() {
   var password = prompt("Password required:", "");
   if (password != null) {
//location.href= password + ".rtf";
}
	if(password == "inventory"){
	location.href="inventory.pdf";
	}}


//-->