function passWord3() {
var password = "cleanair"
var x = prompt("Enter in the password "," ")
if (x.toLowerCase() == password) {
alert("Welcome to the Airsystem Sales e-Library!")
location = "http://www.airsystemsales.com/html/elibrary/"
}

else {
location = "http://www.airsystemsales.com/html/elibrary/elibrary_fail.html"
}//-->
}
