function checktf() {
	if (/^(?:TF[ ]{0,1}){0,1}[0-9]{9,9}$/i.test(document.ooisLogin.username.value) == true) {
		document.ooisLogin.password.focus();
	}
}