if (navigator.appVersion.substring(0,1) >= 3) version = "3";
else version = "2"

if (version =="3") {

                laboratorioon = new Image(); laboratorioon.src = "img/blaboratorio2.gif";
                laboratoriooff = new Image(); laboratoriooff.src = "img/blaboratorio1.gif";

                clinicaon = new Image(); clinicaon.src = "img/bclinica2.gif";
                clinicaoff = new Image(); clinicaoff.src = "img/bclinica1.gif";

                controleon = new Image(); controleon.src = "img/bcontrole2.gif";
                controleoff = new Image(); controleoff.src = "img/bcontrole1.gif";

                atendimentoon = new Image(); atendimentoon.src = "img/batendimento2.gif";
                atendimentooff = new Image(); atendimentooff.src = "img/batendimento1.gif";

                unidadeson = new Image(); unidadeson.src = "img/bunidades2.gif";
                unidadesoff = new Image(); unidadesoff.src = "img/bunidades1.gif";

                corpoon = new Image(); corpoon.src = "img/bcorpo2.gif";
                corpooff = new Image(); corpooff.src = "img/bcorpo1.gif";

                informativoon = new Image(); informativoon.src = "img/binformativo2.gif";
                informativooff = new Image(); informativooff.src = "img/binformativo1.gif";

                convenioson = new Image(); convenioson.src = "img/bconvenios2.gif";
                conveniosoff = new Image(); conveniosoff.src = "img/bconvenios1.gif";

                faleon = new Image(); faleon.src = "img/bfale2.gif";
                faleoff = new Image(); faleoff.src = "img/bfale1.gif";

        }
        function msover(imgName)  {
              if (version =="3")  {
                        document[imgName].src = eval(imgName + "on.src");
                        }
        }
        function msout(imgName)   {
              if (version =="3")  {
                        document[imgName].src = eval(imgName + "off.src");
                        }
        }


function abre() {window.open('img/certificado.jpg','Certificado','scrollbars=no,width=600,height=425')}
