var intSubir = 0;

function sobe(strNome, intDirecao) {
	if(document.all("cab" + strNome + "Itens").scrollTop < document.all("cab" + strNome + "Itens").scrollHeight) {
		if(intSubir != 0)
			intSubir = 1;
	} else {
		intSubir = 0;
	}
	document.all("cab" + strNome + "Itens").scrollTop = document.all("cab" + strNome + "Itens").scrollTop + (1 * intDirecao); 
	if(document.all("cab" + strNome + "Itens").scrollTop < document.all("cab" + strNome + "Itens").scrollHeight && intSubir == 1)
		setTimeout("sobe('" + strNome + "'," + intDirecao + ")",10);
}

function mostra(strNome) {
	document.all("cab" + strNome + "Lista").style.display='block';
	document.all("cab" + strNome + "Fundo").style.display='block';
	if(strNome == "Servicos"){
		cabCanaisLista.style.display='none';
		cabCanaisFundo.style.display='none';
	} else {
		cabServicosLista.style.display='none';
		cabServicosFundo.style.display='none';
	}
}

function oculta(strNome) {
	document.all("cab" + strNome + "Lista").style.display='none';
	document.all("cab" + strNome + "Fundo").style.display='none';
}

var strCanaisLista = '<TABLE border="0" cellpadding="0" cellspacing="0" width="100" height="100%"><TR><TD height="3"><IMG src="/img/hp/cab-encontre-pt-1.gif" width="3" height="3"></TD><TD height="3" width="100%"><TABLE width="100%" cellpadding="0" cellspacing="0" border="0" height="3"><TR><TD bgcolor="#DEF3D7"><IMG src="/img/b.gif" width="1" height="1"></TD></TR><TR><TD><IMG src="/img/b.gif" width="1" height="2"></TD></TR></TABLE></TD><TD height="3"><IMG src="/img/hp/cab-encontre-pt-2.gif" width="3" height="3"></TD></TR><TR><TD width="3" height="100%"><TABLE width="3" cellpadding="0" cellspacing="0" border="0" height="100%"><TR><TD bgcolor="#DEF3D7"><IMG src="/img/b.gif" width="1" height="1"></TD><TD><IMG src="/img/b.gif" width="2" height="1"></TD></TR></TABLE></TD><TD height="100%" width="100%"><TABLE border="0" cellpadding="0" cellspacing="0" width="100%" height="100%"><TR><TD width="100%"><DIV id=cabCanaisItens class=mfl-lit><A class="mfl-item" href="/?sec=48">Cultura</A><A class="mfl-item" href="/?sec=5">Economia</A><A class="mfl-item" href="/?sec=7">Esportes</A><A class="mfl-item" href="/Eventos">Eventos</A><A class="mfl-item" href="/GuiaCidade">Guia Cidade</A><A class="mfl-item" href="/Imoveis">Imoveis</A><A class="mfl-item" href="/Noticias">Notícias</A><A class="mfl-item" href="/Petroleo">Petróleo e Gás</A><A class="mfl-item" href="/?sec=6">Política</A><A class="mfl-item" href="/Turismo">Turismo</A><A class="mfl-item" href="/Veiculos">Veículos</A></DIV></TD><TD><TABLE border="0" cellpadding="0" cellspacing="0" width="100%" height="100%"><TR><TD valign="top"><IMG src="/img/hp/cab-encontre-bt-sup.gif" onMouseOut="intSubir=0;" onMouseOver="intSubir=1;sobe(\'Canais\',-1);" style="cursor:hand" width="19" height="15"></TD></TR><TR><TD valign="bottom"><IMG src="/img/hp/cab-encontre-bt-inf.gif" border="0" onMouseOut="intSubir=0;" onMouseOver="intSubir=1;sobe(\'Canais\',1);" style="cursor:hand" width="19" height="15"></TD></TR></TABLE></TD></TR></TABLE></TD><TD width="3" height="100%"><TABLE width="3" cellpadding="0" cellspacing="0" border="0" height="100%"><TR><TD><IMG src="/img/b.gif" width="2" height="1"></TD><TD bgcolor="#DEF3D7"><IMG src="/img/b.gif" width="1" height="1"></TD></TR></TABLE></TR><TR><TD height="3"><IMG src="/img/hp/cab-encontre-pt-3.gif" width="3" height="3"></TD><TD height="3" width="100%"><TABLE width="100%" cellpadding="0" cellspacing="0" border="0" height="3"><TR><TD><IMG src="/img/b.gif" width="1" height="2"></TD></TR><TR><TD bgcolor="#DEF3D7"><IMG src="/img/b.gif" width="1" height="1"></TD></TR></TABLE></TD><TD height="3"><IMG src="/img/hp/cab-encontre-pt-4.gif" width="3" height="3"></TD></TR></TABLE>';

var strServicosLista = '<TABLE border="0" cellpadding="0" cellspacing="0" width="100" height="100%"><TR><TD height="3"><IMG src="/img/hp/cab-encontre-pt-1.gif" width="3" height="3"></TD><TD height="3" width="100%"><TABLE width="100%" cellpadding="0" cellspacing="0" border="0" height="3"><TR><TD bgcolor="#DEF3D7"><IMG src="/img/b.gif" width="1" height="1"></TD></TR><TR><TD><IMG src="/img/b.gif" width="1" height="2"></TD></TR></TABLE></TD><TD height="3"><IMG src="/img/hp/cab-encontre-pt-2.gif" width="3" height="3"></TD></TR><TR><TD width="3" height="100%"><TABLE width="3" cellpadding="0" cellspacing="0" border="0" height="100%"><TR><TD bgcolor="#DEF3D7"><IMG src="/img/b.gif" width="1" height="1"></TD><TD><IMG src="/img/b.gif" width="2" height="1"></TD></TR></TABLE></TD><TD height="100%" width="100%"><TABLE border="0" cellpadding="0" cellspacing="0" width="100%" height="100%"><TR><TD width="100%"><DIV id="cabServicosItens" class=mfl-lit><A class="mfl-item" href="/Busca">Busca</A><A class="mfl-item" href="/Classificados">Classificados</A><A class="mfl-item" href="/Empregos">Empregos</A><A class="mfl-item" href="/GuiaServicos">Guia Serviços</A><A class="mfl-item" href="/Imoveis">Imóveis</A><A class="mfl-item" href="/Veiculos">Veículos</A></DIV></TD><TD><TABLE border="0" cellpadding="0" cellspacing="0" width="100%" height="100%"><TR><TD valign="top"><IMG src="/img/hp/cab-encontre-bt-sup.gif" onMouseOut="intSubir=0;" onMouseOver="intSubir=1;sobe(\'Servicos\',-1);" style="cursor:hand" width="19" height="15"></TD></TR><TR><TD valign="bottom"><IMG src="/img/hp/cab-encontre-bt-inf.gif" border="0" onMouseOut="intSubir=0;" onMouseOver="intSubir=1;sobe(\'Servicos\',1);" style="cursor:hand" width="19" height="15"></TD></TR></TABLE></TD></TR></TABLE></TD><TD width="3" height="100%"><TABLE width="3" cellpadding="0" cellspacing="0" border="0" height="100%"><TR><TD><IMG src="/img/b.gif" width="2" height="1"></TD><TD bgcolor="#DEF3D7"><IMG src="/img/b.gif" width="1" height="1"></TD></TR></TABLE></TR><TR><TD height="3"><IMG src="/img/hp/cab-encontre-pt-3.gif" width="3" height="3"></TD><TD height="3" width="100%"><TABLE width="100%" cellpadding="0" cellspacing="0" border="0" height="3"><TR><TD><IMG src="/img/b.gif" width="1" height="2"></TD></TR><TR><TD bgcolor="#DEF3D7"><IMG src="/img/b.gif" width="1" height="1"></TD></TR></TABLE></TD><TD height="3"><IMG src="/img/hp/cab-encontre-pt-4.gif" width="3" height="3"></TD></TR></TABLE>';

cabCanaisLista.innerHTML =  strCanaisLista;
cabServicosLista.innerHTML = strServicosLista;