var largura = screen.availWidth
var altura = screen.availHeight

this.resizeTo(largura, altura)
this.moveTo(0,0)

var versao_Posicao = navigator.appVersion.indexOf("MSIE")
var versao = Number(navigator.appVersion.substring(versao_Posicao+5,versao_Posicao+8))
if(versao<5.5) {
	var conteudo="(Sua versão: Internet Explorer "+versao+")&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"
		conteudo=conteudo+"Este Site necessita do "
		conteudo=conteudo+"<a href='http://www.microsoft.com.br' target='_blank'>Internet Explorer 5.5</a> "
		conteudo=conteudo+"ou superior!!!"
	document.getElementById("aviso2").innerHTML=conteudo
}

function vai(onde){
	var formato = (onde=="I") ? "" : "width=800 height=600 status=yes"
	if(onde=="I"){
//		window.open(onde+"/index.asp","AVIBRAS",formato)
		window.open(onde+"/index c redirect.htm","AVIBRAS","scrollbars resizable")
	}else{
		window.open(onde+"/index.asp","AVIBRAS",formato)
	}
	
//	window.open(onde+"/index.asp","AVIBRAS",formato)
//	location.href=onde+"/index.asp"
}

function avisar(como) {
	if(largura<1024){
		if(como==1){
				document.getElementById("aviso1").innerHTML="Site configurado para 1024x768"
			} else {
				document.getElementById("aviso1").innerHTML=""
		}
	}
}








