function MM_openBrWindow(theURL,winName,features) { //v2.0
  window.open(theURL,winName,features);
}



function MM_reloadPage(init) {  //reloads the window if Nav4 resized
  if (init==true) with (navigator) {if ((appName=="Netscape")&&(parseInt(appVersion)==4)) {
    document.MM_pgW=innerWidth; document.MM_pgH=innerHeight; onresize=MM_reloadPage; }}
  else if (innerWidth!=document.MM_pgW || innerHeight!=document.MM_pgH) location.reload();
}
MM_reloadPage(true);

  tempo = 10;
  chars = 5;
  texto = "!!! HAYONIK industria e comercio Ltda. !!!";
  wtexto = new Array(33);
  wtexto[0] = texto;
  wht = " ";
  for (i = 1; i < 32; i++) {
  b = wht.substring(0, i);
  wtexto[i] = "";
  for (j = 0; j < texto.length; j++) wtexto[i] = wtexto[i] + texto.charAt(j) + b;
  }
  
  function animation() {
  if (chars > -1) str = wtexto[chars]; 
  else str = wtexto[0];
  if (chars-- < -35) chars = 31;
  status = str;
  clearTimeout(tempo);
  tempo = setTimeout("animation()", 120);
  }
  
  animation()


