// + - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - +
// | Data: 2004-11-01                                            |
// + - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - +
// | Por:  Fábio Marciano - Artes & Design Portal [4597]         |
// + - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - +
// | Descrição:                                                  |
// | Armazena variáveis da barra de navegação superior do Portal |
// | Estadão.                                                    |
// + - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - +

document.write('<style type="text/css">');
document.write('#NavBar{width:780px; height:35px; position:relative; left:50%; margin-top:0px; margin-left:-390px; background-color:#333333;}');
document.write('#NavBar IMG{border:0px;}');
document.write('#Bar1 {width:140px; position:absolute; margin-top:0px; margin-left:0px;}');
document.write('#Bar2 {width:101px; position:absolute; margin-top:11px; margin-left:289px;}');
document.write('#Bar3 {width:84px; position:absolute; margin-top:11px; margin-left:410px;}');
document.write('#Bar4 {width:80px; position:absolute; margin-top:9px; margin-left:514px;}');
document.write('#Bar5 {width:81px; position:absolute; margin-top:9px; margin-left:614px;}');
document.write('#Bar6 {width:57px; position:absolute; margin-top:11px; margin-left:715px;}');
document.write('</style>');

if(document.all)
{
	var TopMargin = document.body.topMargin;
}
else if(document.getElementById)
{
	var TopMargin = document.body.marginWidth;
}
else
{
	var TopMargin = 0;
}

BarSize = 780;
ScreenX = ((document.offsetWidth / 2) - (BarSize / 2));
ScreenY = (document.offsetHeight / 2);
ImagesDir = "/estrutura/barra/img/";

BarImgs = new Array()
	BarImgs[0] = new Array("logo.gif", 140, 35, "/", null)
	BarImgs[1] = new Array("oesp.gif", 101, 22, "http://www.estado.com.br", null)
	BarImgs[2] = new Array("jt.gif", 84, 22, "http://www.jt.com.br", null)
	BarImgs[3] = new Array("ae.gif", 80, 24, "javascript:PopUp('http://www.estadao.com.br/agenciaestado/',780,440,'scrollbars=yes,location=no,directories=no,status=no,menubar=no,resizable=yes,toolbar=no');", null)
	BarImgs[4] = new Array("eldorado.gif", 81, 24, "http://www.radioeldorado.com.br", null)
	BarImgs[5] = new Array("listasoesp.gif", 57, 22, "http://www.listaoesp.com.br", null)

