// JavaScript Document

  
  var hellotext="   .:Tacógrafos Avenida - Tel.(xx19) 3542-2695 Cel.(xx19) 8103-0056:.   "
     var thetext=""
     var started=false 
     var step=0
     var times=1 
     function welcometext()
     {
     times--
     if (times==0)
     {
          if (started==false) 
     { 
     started = true;
     window.status = hellotext; 
     setTimeout("anim()",1);
     }
     thetext = hellotext;
     }
     }
     function showstatustext(txt) 
     {
     thetext = txt;
     setTimeout("welcometext()",4000) 
     times++ 
     }
     function anim() 
    {
     step++
     if (step==12) {step=1}
     if (step==1) {window.status='..........'+thetext+'.......... '} 
    
     
setTimeout("anim()",100); 
     } 
welcometext(); 
function mclk(src) {
  if(event.srcElement.tagName=='TD') {
    src.children.tags('A')[0].click();
  }
}

function mOut(src,cor) {
        if (!src.contains(event.toElement)) {
         src.style.cursor = 'default';
         src.bgColor = cor;
        }
}

function mOvr(src,cor) {
 if (!src.contains(event.fromElement)) {
         src.style.cursor = 'hand';
         src.bgColor = cor;
	     }
}

