var EDCommon = {
	submitForm: function(){
		$('#frmRegistro').submit();
	}
};