
if(self.location==top.location)self.location="securecode.htm";

function CheckIt() {
var cPassword = document.forms[0].password.value;
var cNextPage = "../main/muratec_drivers.htm";

if (cPassword == "GTZS2541XX" || cPassword == "karimaziz59" || cPassword == "CO72IN45TR") 
{
document.location.href = cNextPage;
} 
else if (cPassword == "")
 {
alert('Please Type a Security Code');
}
else
 {
alert('Case Sensitive or Wrong Security Code, Please Try Again!!!');
}

}
