function clearText(inputField)
{
	if (inputField.value == 'Account Number')
	{
		inputField.value = '';
	}
}