function detecta()
        {
         nav=navigator.appName;
         if(nav != "Microsoft Internet Explorer")
           document.location.href="navegador.htm";
        }
