// Reset Form

	function resetForm(theForm)
	{
		theForm.reset();
	}