//Function to clear the login field.
function ClearField()
	{if (document.login.username.value == "Type username here")
		{document.login.username.value = "";}
	}