var frmObjt; 

function valRegForm(thsForm){ 
	frmObjt = thsForm;
	trimInputValues();
	frmObjt.submit();
		
}

