<!-- Begin (hide from old OLD browsers)function getfocus_signin(){	document.sessionstart.username.focus()	return true}function dataentrySigninForm(myForm){	if (myForm.username.value=="" )	{		alert ("Please provide the right username.")		myForm.username.focus()		return false	}	if (myForm.password.value=="")	{		alert ("Please provide the correct password.")		myForm.password.focus()		return false	}}//  End hiding-->