Ext.ns('ES');

ES.regexpINTEGER     = /[0-9]+$/;
ES.regexAlphanum = /[^<>\\=]+$/;
ES.regexpPHONE				= /[\+]{0,1}[0-9| ]{7,}$/;


