<!-- Para Browsers Antigos 
  var timerID = null;
  var timerRunning = false;
  var id,pause=0,position=0;
  function stopclock (){
   if(timerRunning)
    clearTimeout(timerID);
    timerRunning = false;
  }


tempo = 0;
chars = 0;
texto = "...::: Stallos Tecnologia :::...";
wtexto = new Array(20);
wtexto[0] = texto;
blnk = "";//Mantenha este espaço
for (i = 1; i < 32; i++) {
b = blnk.substring(0, i);
wtexto[i] = "";
for (j = 0; j < texto.length; j++) wtexto[i] = wtexto[i] + texto.charAt(j) + b;
}
function animastatus() {
if (chars > -1) str = wtexto[chars];
else str = wtexto[0];
if (chars-- < -40) chars = 31;
status = str;
clearTimeout(tempo);
tempo = setTimeout("animastatus()", 300);
}
animastatus()


/* ABRE JANELA DE CONTATOS */
function AbreJanela(numero)
{
dicas=window.open("contato","toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=yes,resizable=no,width=650,height=200,top=100,left=130");
}
/* FIM ABRE JANELA DE CONTATOS */


/*CORES TABELA EMPRESA E DOWNLOADS*/
var ns6=document.getElementById&&!document.all
var ie=document.all

function changeto(e,highlightcolor){
source=ie? event.srcElement : e.target
if (source.tagName=="TR"||source.tagName=="TABLE")
return
while(source.tagName!="TD"&&source.tagName!="HTML")
source=ns6? source.parentNode : source.parentElement
if (source.style.backgroundColor!=highlightcolor&&source.id!="ignore")
source.style.backgroundColor=highlightcolor
}
function changeback(e,originalcolor){
if
(ie&&(event.fromElement.contains(event.toElement)||source.contains(event.toElement)||source.id=="ignore")||source.tagName=="TR"||source.tagName=="TABLE")
return
else if (ns6&&(contains_ns6(source, e.relatedTarget)||source.id=="ignore"))
return
if (ie&&event.toElement!=source||ns6&&e.relatedTarget!=source)
source.style.backgroundColor=originalcolor
}
/*FIM CORES TABELA EMPRESA E DOWNLOADS*/


/*DESABILITA CLICK BOTAO DIRETO MOUSE*/
if (window.Event) 
document.captureEvents(Event.MOUSEUP); 

function nocontextmenu() 
{ 
event.cancelBubble = true 
event.returnValue = false; 

return false; 
} 

function norightclick(e) 
{ 
if (window.Event) 
{ 
if (e.which == 2 || e.which == 3) 
return false; 
} 
else 
if (event.button == 2 || event.button == 3) 
{ 
event.cancelBubble = true 
event.returnValue = false; 
return false; 
} 

} 
if (document.layers) { 
document.captureEvents(Event.MOUSEDOWN); 
} 
document.oncontextmenu = nocontextmenu; 
document.onmousedown = new Function("if (event.button==2||event.button==3)alert('Stallos Informática - Todos os direitos reservados.')"); 
document.onmouseup = norightclick; 
/*FIM DESABILITA CLICK BOTAO DIRETO MOUSE*/


/*DESABILITA SELECIONAR TEXTO PÁGINA*/

function disableselect(e){
return false
}
function reEnable(){
return true
}
document.onselectstart=new Function ("return false")
if (window.sidebar){
document.onmousedown=disableselect
document.onclick=reEnable
}
/*FIM DESABILITA SELECIONAR TEXTO PÁGINA*/


/* MENU PRODUTOS */
function mOvr(src,clrOver) {
if (!src.contains(event.fromElement)) {
src.style.cursor = 'hand';
src.bgColor = clrOver;}
}
function mOut(src,clrIn) {
if (!src.contains(event.toElement)) {
src.style.cursor = 'default';
src.bgColor = clrIn;}
}
function mClk(src) {
if(event.srcElement.tagName=='TD'){
src.children.tags('A')[0].click();}
}
/* FIM MENU PRODUTOS */

/*FUNÇÃO ABRE BANNER DO REDES CREDENCIADAS*/
function AbreBannerConvenios()
{
window.open("REDES_C.HTM","mercado", "width=660,height=160,top=350,left=120,resizable=no,location=no, directories=no,status=no,menubar=no,scrollbars=no, toolbar=no"); 
}
/*FIM FUNÇÃO ABRE BANNER DO NOMES DE ARQUIVO*/








//-->
