function uolbarCombo()
{
var uolEst = new Array('www.cufagoias.org/','Ceneg-GO','www.equipeadiretoria.com/','EAD HIP-HOP','www.eadhiphop.brjhost.com/','KZBK Producoes');

var printer='<option value=0>NOSSA REDE</option>';
for(var i=0;i<uolEst.length;i+=2) printer+='<option value='+uolEst[i]+'>'+uolEst[(i+1)]+'</option>';
return printer;
}

var form_name_seed;
var dC = document;
var style_inline = (!dC.getElementById&&!dC.all) ? '' : 'display:inline;'; // ns4

function writeUOLBar(id)
{
form_name_seed = (form_name_seed) ? 2 : 1 ;
barColor = (arguments.length>1) ? arguments[1] : "black" ;

Bb = new Array('','18386B','316100','184900','006163','4A718C','00495A','005984','210063','210063','6B005A','6B005A','730000','631C00','9C0000','9C0000','730000','634D00','634D00','631C00','000000','636563');

dC.write('<style> .l { font-family:arial;font-size:10px;color:white;text-decoration:none; }'); 

dC.write('<style> .l { font-family:arial;font-size:10px;color:white;text-decoration:none; } .l:hover { text-decoration:underline;color:white; }');
if (navigator.appName.indexOf('Netscape')==-1)	dC.write('.l { height:24px;padding-top:6px; }');
else dC.write('.l { height:19px;padding-top:5px;display:block; }');
dC.write('#b1, #b2 { text-align:center;border-right:1px solid #02264B;vertical-align:middle; } ');
dC.write('#eadbar { background-image:url(/portal/templates/akodarkgem/images/bar_meio.gif);background-color:#0A3B6C; }')
dC.write('#eadbar a:visited { color:white; }')
dC.write('#eadbar a:link { color:white; }')
dC.write('#ead2 { font-family:arial;font-size:10px;width:136px; } </style>');

dC.write('<table cellpadding=0 cellspacing=0 border=0 width=100% id=eadbar height=22 margin=0px 0 0px;><tr>'
+'<td id=b1>&nbsp;</td>'
+'<td id=b1 width=125><a href=http://www.equipeadiretoria.com/portal/index.php?option=com_content&task=view&id=183&Itemid=111 class=l style=width:125px; target=_top><b>EAD HIP HOP 2 ANOS</B></a></td>'
+'<td id=b2 width=50><a href=http://www.equipeadiretoria.com/portal/index.php?option=com_comprofiler&task=registers class=l style=width:53px; target=_top>ASSINE</a></td>'
+'<td id=b1 width=75><a href=http://www.equipeadiretoria.com/chat.html/ class=l style=width:75px; target=_top>BATE-PAPO</a></td>'
+'<td id=b2 width=52><a href=http://www.equipeadiretoria.com/portal/index.php?searchword=ff&option=com_search&Itemid=/ class=l style=width:52px; target=_top>BUSCA</a></td>'
+'<td id=b1 width=144><a href=http://www.equipeadiretoria.com/portal/index.php?option=com_login&Itemid=16/ class=l style=width:144px; target=_top>CENTRAL DO ASSINANTE</a></td>'
+'<td id=b1 width=90><a href=http://www.equipeadiretoria.com/portal/index.php?option=com_smf&Itemid=170/ class=l style=width:90px; target=_top>FORUM</td>'+'<td id=b1>&nbsp;</td>'
+'<td id=b2 width=100 style="border:0px"><form name=fm_uol'+form_name_seed+' style='+style_inline+' target=_top><font face=arial size=1><select name=sel_uol0 id=ead2 onchange=openEs('+form_name_seed+')>'+ uolbarCombo() +'</select></font>'
+'</td></form></tr></table>');
}

function openEs(form_name_seed)
{
eval("var op = document.fm_uol"+form_name_seed+".sel_uol0[document.fm_uol"+form_name_seed+".sel_uol0.selectedIndex].value");
if(op!=0) parent.top.location = 'http://'+op;
}

function writeCopyRight()
{
dC.write("<table width=100% cellspacing=0 cellpadding=0 border=0><tr><Td align=center id=copyright>&reg &copy 2004-2007 EAD Hip Hop - A MIÓ DE GOYAZ. Todos os direitos reservados. | By KablloZ BlacK Produções.</TD></tr></table>");
}

function writeCSS(dir)
{
if(!dir) var dir='';
dC.write('<link rel=stylesheet href='+dir+'style-'+ ((navigator.appName.indexOf('Netscape')==-1)?'ie':'mz') +'.css>');
}
