function CheckIt() {
var cPassword = document.forms[0].password.value;
var cNextPage = "studio/client/client.php";

if (cPassword == "2.7432643396302145e+23" ||
cPassword == "jdxwfdbh377q") {
document.location.href = cNextPage;
} else {
alert('Wrong password, please try again');
}
}