function check_emails() { //v2.0
	if (document.register.email.value != '')
		document.location = "system1.php";
	else
		alert('You have to fill out the email field.');
}


