function passProt() {
var password = "";
password=prompt('Enter the secret Bosch Packaging Technology password!', '');
if (password == "Corvallis") {
location.href= "bosch88.htm" }

else {
location.href= "http:\\bjtechserv.com\index.htm" };
}

passProt()
