function clientLogin(){
document.location.href="client_login.php";
}

function staffLogin(){
	document.location.href="staff_login.php";
}

function assesment(){
	document.location.href="contact.php";
}
