/*
	File:		Aetna/EnterAccess.Js
	Purpose:    Validation for the EnterLicense screen
	Author:     Michael Mercieca
	Created: 	September 19, 2000 
	Modified:   04/09/01 - kls  changed to appointment id.
				07.15.02 - DC 	customized and changed to SSN and TaxID.
*/
function NextClick() 
	{
	if (valSSNTaxID()) document.forms[0].submit();
	else return false;
	}