<!-- Hide from old browsers

  message     = "INTERNATIONAL MUSIC - Toowoomba Queensland Australia  ^" +
                "To Order Phone (07) 4632 6799  -  Fully Insured Freight To Your Door !            ^" 

  scrollSpeed = 25
  lineDelay   = 3500

  // 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)

  // Do not change the text below //

function AlertBox()
{
alert("You are leaving the International Music website. Equipment specifications and prices on other websites may vary. Please contact International Music directly to confirm our prices and availability.")
}
