function checkEmail() {

	var email = document.getElementById("email").value;
	
	postData('ch_email', '<?=$root_url?>checkEmail.php', 'statuspass', 'email='+email)
		
}
