ï»¿function redirecionai()

{

window.location = "./conteudo/index2.htm"

}

function resolucao()

{

var w = screen.width
var h = screen.height
var tela = w + "x" + h

if (tela != "1024x768")

{

alert ("Foi detectado que seu monitor estÃ¡ configurado em uma resoluÃ§Ã£o de " + tela + ". Para uma perfeita visualizaÃ§Ã£o da pÃ¡gina, favor alterar para 1024x768.")

}

}

function navegador()
{

var nav = navigator.appName;

if (nav != "Microsoft Internet Explorer")

{

window.alert ("Os botÃµes nÃ£o funcionam em seu navegador. Como soluÃ§Ã£o foram incluidos links nos textos dos mesmos.")

}

}


function navegadormenu(texto,url,alvo)

{

var navegador = navigator.appName

if (navegador == "Netscape")

{

document.write ("<a href='"+url+"' class='firefox' target='"+alvo+"'>"+texto+"</a>")

}

else

{

document.write (texto)

}

}

/*

Rafael Paes
 Designer Técnico
 (31) 8846 36 27
 www.roap_af.oi.com.br
 
 */