/*
	File:		HPR/EnterAccess.Js
	Purpose:    Validation for the EnterLicense screen
	Author:     Michael Mercieca
	Created: 	September 19, 2000 
	Modified:   04/09/01 - kls  changed to appointment id.
*/

function NextClick()
	{
	if (isEmpty(document.forms[0].txtAccess.value))
		window.alert('Please enter your Appointment Id.');
	else document.forms[0].submit();
	}