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

