function checkForm(objForm){
	var frmValidation = new Validation(objForm.id);
	return frmValidation.validate();
}