// dados do provedor
nome_provedor = "Unisite";
codigo_provedor = "415";

// funcao selo global info
function showHideDiv()
{
var divstyle = new String();
divstyle = document.getElementById("div_selo").style.visibility;
if(divstyle.toLowerCase()=="hidden" || divstyle == "")
{
document.getElementById("div_selo").style.visibility = "visible";
}
else
{
document.getElementById("div_selo").style.visibility = "hidden";
}
}

// banner selo global info
document.write('<style>');
document.write('body {margin-top:0px}');
document.write('.div_selo {top:11px; right:0px; position:absolute; visibility:hidden; background-color:#FFF; border-bottom:1px; border-top:1px; border-left:1px; border-right:1px; border-style:solid; border-color:#CCC; z-index:1;}');
document.write('.div_borda {top:12px; padding:5px; position:relative; visibility:visible; background-color:#FFF; border-bottom:0px; border-top:1px; border-left:1px; border-right:1px; border-style:solid; border-color:#CCC; z-index:2}');
document.write('.titulo {font-family: Tahoma, Arial, sans-serif; font-size: 18px; color: #000000;}');
document.write('.linha {border:0; color:#CCC; background-color:#CCC; height: 1px; width: 100%;}');
document.write('.texto_cinza_peq {font-family: Tahoma, Arial, sans-serif; font-size: 11px; color:#666; line-height:15px}');
document.write('.texto_cinza_peq a:link {color:#666; text-decoration: none;}');
document.write('.texto_cinza_peq a:visited {color:#666; text-decoration: none;}');
document.write('.texto_cinza_peq a:hover {color:#F00; text-decoration: none;}');
document.write('.texto_cinza_peq a:active {color:#666; text-decoration: none;}');
document.write('.texto_simples_preto {font-family: Tahoma, Arial, sans-serif; font-size: 11px; color: #000000; line-height:15px}');
document.write('.texto_simples_preto a:link {color:#666; text-decoration: none;}');
document.write('.texto_simples_preto a:visited {color:#666; text-decoration: none;}');
document.write('.texto_simples_preto a:hover {color:#F00; text-decoration: none;}');
document.write('.texto_simples_preto a:active {color:#666; text-decoration: none;}');
document.write('.back_gi {background-image:url(http://www.redeglobalinfo.com.br/barra_selo/imagem/back_gi.gif)}');
document.write('</style>');

document.write('<div><table width="777" border="0" cellspacing="0" cellpadding="0" align="center"><tr><td height="50" align="center" bgcolor="#EEEEEE" class="back_gi">');
document.write('<table width="777" border="0" cellspacing="0" cellpadding="0"><tr>');
document.write('<td width="170" height="50"><a href="http://www.redeglobalinfo.com.br" target="_blank">');
document.write('<img src="http://www.redeglobalinfo.com.br/barra_selo/imagem/logo_gi.gif" width="150" height="34" border="0" /></a></td>');
document.write('<td align="left" class="texto_simples_preto"><img src="http://www.redeglobalinfo.com.br/barra_selo/imagem/icone_seta.gif" width="15" height="7" /><a href="http://www.redeglobalinfo.com.br" target="_blank">Conhe&ccedil;a a Rede Global Info - A maior rede de provedores de internet do Brasil </a><br>');
document.write('<img src="http://www.redeglobalinfo.com.br/barra_selo/imagem/icone_seta.gif" width="15" height="7" /><a href="http://www.redeglobalinfo.com.br/abrangencia/selo.asp?Cod_Prov=');
document.write(codigo_provedor);
document.write('" target="_blank"/>Clique aqui para obter mais informa&ccedil;&otilde;es sobre este provedor</a></td>');

// inicio selo SCM

document.write('<td width="170" align="center" class="texto_cinza_peq"><div class="div_borda"><a href="javascript:showHideDiv()">');
document.write('<img src="http://www.redeglobalinfo.com.br/barra_selo/imagem/icone_seta_baixo.gif" width="15" height="7" border="0" />Selo de autenticidade SCM</a></div>');

document.write('<div style="position:relative">');
document.write('<div class="div_selo" id="div_selo">');
document.write('<table border="0" cellpadding="0" cellspacing="9">');

document.write('<tr><td align="center"><span class="titulo">');
document.write(nome_provedor);
document.write('</span></td></tr><tr><td align="center" class="texto_simples_preto">C&oacute;digo ');
document.write(codigo_provedor);
document.write('</td></tr>');

document.write('<tr><td><img src="http://www.redeglobalinfo.com.br/barra_selo/imagem/selo.gif" width="150" height="120" /></td></tr><tr>');
document.write('<td align="center" class="texto_simples_preto">Empresa autorizada pela ANATEL para prover internet banda larga no Brasil <br />(Ato N&deg; 31.957 de 5/12/2002)<br /></td>');
document.write('</tr>');
document.write('<tr><td><hr class="linha"/></td></tr><tr>');
document.write('<td align="center"><img src="http://www.redeglobalinfo.com.br/barra_selo/imagem/logo_anatel.gif" width="150" height="40" /></td>');
document.write('</tr>');
document.write('</table></div>');

// fim selo SCM	

document.write('</div></td></tr></table></td></tr><tr>');
document.write('<td height="3" bgcolor="#B0231A"></td></tr><tr><td height="10"></td></tr></table>');
