//dt
//dt_chp = new Array();
dt_tit = new Array();
dt_chm = new Array();
dt_img = new Array();
dt_lnk = new Array();
//tvpath_fotos = "/imagem/";
tvpath_fotos = "";
teste = "onClick=javascript:window.open('http://www.vipal.com.br/ftruck/index.asp','FormulaTruck','width=800,height=600,top=2,left=2,toolbar=0,location=0,status=0,menubar=0,scrollbars=0,resizable=0'); ";

dt_n = 0;

// ********** ALTERAÇÃO PROVISORIA COMENTAR BLOCO FUTURAMENTE **********
//dt_chp[dt_n] = "Telefone";
dt_tit[dt_n] = "";
dt_chm[dt_n] = "";
dt_img[dt_n] = tvpath_fotos+"telefone.jpg";
dt_lnk[dt_n] = "http://as00.estara.com/UI/gui.php?donotcache=1240766720250&accountid=200106288153&referrer=http%3A//www.listaonline.com.br/eStara/splashScreen.aspx?ie=15161671&is=2&ipi=3&tbu=11244&ipa=16&npa=Brasil&ies=329&nes=GO&idi=3&txb=cestas&nci=GOIANIA&qid=7599087678679557632&esk=260701516167100204&pagetitle=Serviço+de+Ligação+Gratuita+do+Lista+Online&var1=7&var2=15161671&var3=cestas&var4=11244&var5=16&var6=329&var7=GOIANIA&var8=3&authorizeurl=http%3A//services.listaonline.com.br/authenticateCall.aspx?esk=260701516167100204&template=247036&calltype=webvoicepop&guiid=43834a54eac25&timestamp=1240766717";
dt_n++;

//dt_chp[dt_n] = "Telefone";
dt_tit[dt_n] = "";
dt_chm[dt_n] = "";
dt_img[dt_n] = tvpath_fotos+"telefone2.jpg";
dt_lnk[dt_n] = "http://as00.estara.com/UI/gui.php?donotcache=1240766720250&accountid=200106288153&referrer=http%3A//www.listaonline.com.br/eStara/splashScreen.aspx?ie=15161671&is=2&ipi=3&tbu=11244&ipa=16&npa=Brasil&ies=329&nes=GO&idi=3&txb=cestas&nci=GOIANIA&qid=7599087678679557632&esk=260701516167100204&pagetitle=Serviço+de+Ligação+Gratuita+do+Lista+Online&var1=7&var2=15161671&var3=cestas&var4=11244&var5=16&var6=329&var7=GOIANIA&var8=3&authorizeurl=http%3A//services.listaonline.com.br/authenticateCall.aspx?esk=260701516167100204&template=247036&calltype=webvoicepop&guiid=43834a54eac25&timestamp=1240766717";
dt_n++;


dt_img_pl = new Array(); //Preload das imagens

for(x=0;x<dt_img.length;x++) {
    dt_img_pl[x] = new Image();
    dt_img_pl[x].src = dt_img[x];
}

dt_loop = dt_tId = dt_val = dt_y = 0;


function dt_carrega() { 
   dt_tId = setTimeout("dt_liga(0)",0);
}

function dt_liga(valor) {
   clearTimeout(dt_tId);
   if(dt_y == 0) {
    dt_loop += valor;
    if(dt_loop >= dt_img.length) dt_loop = 0;
    if(dt_loop < 0) dt_loop = dt_img.length-1;


   if(document.all) {
	    document.getElementById('destaques_painel').style.filter="blendTrans(duration=1)";
	    document.getElementById('destaques_painel').filters.blendTrans.Apply();
	    document.getElementById('destaques_painel').filters.blendTrans.Play();
   }

    document.getElementById('destaques_painel').innerHTML = '<img src=" ' + dt_img[dt_loop] + '">';

    //Monta o texto do box
	//s = '<p class="txt_vermelho">' + dt_chp[dt_loop] + '</p>' ;
	s =  '<a href="' + dt_lnk[dt_loop]+ '" class="lk_tit">' + dt_tit[dt_loop] + '</a>' ;
	s =  s  + '<br><a href="' + dt_lnk[dt_loop]+ '" class="lk_txt">' + dt_chm[dt_loop] + '</a>'; 

    document.getElementById('destaques_legenda').innerHTML = s;

	}

   dt_tId = setTimeout("dt_liga(1)",4000);
}
