﻿function FormValidation() { var oForm = window.document.forms[0]; return ValidateForm(oForm); }


