<!--hide script from old browsers
//Magic Text - version 2.0 - Main programme
//Copyright © 1997 - 1999 by Enigma ® Designs and Kallback Africa. All rights reserved
//Simply -  http://www.kallbackafrica.com/simply
//mirror at http://www.kallback.co.za/simply
//Programmed by Michel van Baalen - mouse@kallback.co.za
//This script may not be used without permission
//
// DO NOT change ANY of the following code !!!
//
BroW = parseInt(navigator.appVersion)
NaM  = navigator.appName
if (BroW >= 4) {Vs = true} else {Vs = false}
if (NaM == "Netscape") {NaM = SP = 2} else {NaM = SP = 1}
ox = oy = 0 ; NeW = false 
if (posM == "") {posM = 40}
posM = parseFloat(posM)
DiVW = DiWidth ; if (DiVW == "") {DiVW = 150}
//
function tRack(e) {
  if (document.all) {ox = event.clientX + document.body.scrollLeft ; oy = event.clientY + document.body.scrollTop
  } else {ox = e.pageX ; oy = e.pageY}
//
  if (posL != "") {ox = posL}
  if (posT != "") {oy = posT}
  if (oy < posM) {oy = posM}
}
function Ste(loc) {
  if ((Vs == true) && (NeW == true)) {
    hel = Text[loc] ; pos = hel.indexOf(':',0)
    box = '<TABLE BORDER="0" WIDTH="' + DiVW + '" ' 
    if (BorderColor != "") {box += 'BGCOLOR="' + BorderColor + '" '}
    box += 'CELLPADDING="' + SP + '" CELLSPACING="' + SP + '"><TR><TD COLSTART="1">'
    box += '<TABLE BORDER="0" WIDTH="' + DiVW + '"'
    if (BGcolor != "") {box += ' BGCOLOR="' + BGcolor + '"'}
    if (BackGround != "") {box += ' BACKGROUND="' + BackGround + '"'}
    box += ' CELLSPACING="0" CELLPADDING="2">'
    box += '<TR><TD COLSTART="1"><FONT SIZE="-2" FACE="arial,geneva">'
    box += hel ; box += '</FONT></TD></TR></TABLE></FONT>'
    box += '</TD></TR></TABLE>'
    if (document.all) {document.all('texttip').innerHTML = box
    } else {document['texttip'].document.write(box) ; document.close()}
    DisPlay()
  } 
}
function DisPlay() {
  if (document.all) {
    document.all['texttip'].style.posLeft = ox ; document.all['texttip'].style.posTop  = oy
    document.all['texttip'].style.visibility = "visible"
    document.all['texttip'].style.zIndex = 99
  } else {
    document['texttip'].moveTo(ox,oy)
    document.layers['texttip'].visibility = "visible"
    document.layers['texttip'].zIndex = 99
  }
}
function STArt() {
  if (Vs == true) {
    NeW = true
    if (document.layers) {document.captureEvents(Event.MOUSEMOVE)}
    document.onmousemove = tRack
    if (document.all) {
      document.all['texttip'].style.width = DiVW
      if (document.all['disp0']) {BStart()}
    } else {
      document.layers['texttip'].width = DiVW
      if (document.layers['disp0']) {BStart()}
    }
  }
}
onload = STArt
//
//end hiding contents-->
