/* /////// Check Starts Here For VisitorForm.shtml ///////// */


function frmValidate(frm)
{

 
		var Ok_Cancel= confirm("Please verify again, if all the enteries made by you are correct and valid. You will not be able to revert these enteries after you submit again");
		if (Ok_Cancel== true)
		{

				return true;
			
		}

		else
		{
		
		SubmitB=true;
			return false;
	
			
		}
}

function doLoad()
{
   location.reload();
}

