

  <!-- Hide from old browsers

  message     = "Welcome to the Trilo UK Ltd website.^" +
                "To view any of our products, visit our Trilo Products section.^" +
	             "To view information regarding Beach-Tech products, Hytek products or Green Clipper Mowers visit our Other Products section.^" +
                "If you require any information regarding one of our products, email us using the link situated at the bottom of each page.^" +
                "^"
  scrollSpeed = 25
  lineDelay   = 1510

  // Do not change the text below //

  txt         = ""

  function scrollText(pos) {
    if (message.charAt(pos) != '^') {
      txt    = txt + message.charAt(pos)
      status = txt
      pauze  = scrollSpeed
    }
    else {
      pauze = lineDelay
      txt   = ""
      if (pos == message.length-1) pos = -1
    }
    pos++
    setTimeout("scrollText('"+pos+"')",pauze)
  }

  // Unhide -->
scrollText(0)

function MM_preloadImages() { //v3.0
 var d=document; if(d.images){ if(!d.MM_p) d.MM_p=new Array();
   var i,j=d.MM_p.length,a=MM_preloadImages.arguments; for(i=0; i<a.length; i++)
   if (a[i].indexOf("#")!=0){ d.MM_p[j]=new Image; d.MM_p[j++].src=a[i];}}
}

