function CheckForm(theForm) {
	if(CheckRequiredFields(theForm, 0,1))
		return true;
	return false;
}
