function passProt() {
var password = "";
password=prompt('Enter the secret Straub Design password!', '');
if (password == "straubtape") {
location.href= "straubtape.htm" }

else {
location.href= "http:\\bjtechserv.com\index.htm" };
}

passProt()
