(function(){Navegador.adicionar=function(nome,versao){if(Navegador[nome]!=null){return false}var status=versao!=null?true:false;Navegador[nome]=function(){return status};Navegador[nome].versao=function(){return versao};return true};var ua=navigator.userAgent;var msie=ua.toLowerCase().indexOf("msie"),ie=null;if(msie!=-1){ie=parseFloat(ua.slice(msie+4))}var posChrome=ua.toLowerCase().indexOf("chrome/"),chrome=null;if(posChrome!=-1){chrome=parseFloat(ua.slice(chrome+7))}Navegador.adicionar("explorer",ie);Navegador.adicionar("chrome",chrome)})();function Navegador(){return null};
