<!--hide script from old browsers
//Magic Captions - 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 = 0} else {NaM = SP = 0}
ox = oy = 0 ; See = false ; NeW = false
DiVW = DivWidth ; if (DiVW == "") {DiVW = 400}
Avail = screen.availWidth
DiVH = DivHeight ; if (DiVH == "") {DiVH = 20}
function track(e) {
  if (document.all) {ox = event.clientX + document.body.scrollLeft ; oy = event.clientY + document.body.scrollTop
//} else {ox = e.x ; oy = e.y}
  } else {ox = e.pageX ; oy = e.pageY}

//
  if (ox <= (Avail/2)) {ox = ox + 10
  } else {ox = ox - 10 - DiVW}
  oy = oy + 20
  if (Above != "") {oy = oy - (20 + parseFloat(DiVH))}
  if (See == true) {DisPlay()}
}
function St(loc) {
  if ((Vs == true) && (NeW == true)) {
    hel = Help[loc] ; pos = hel.indexOf(':',0)
    titl = hel.substr(0,pos) ; text  = hel.substr(pos+1,999)
    box = '<TABLE BORDER="0" class=table style="border:1px solid black" WIDTH="' + DiVW + '" ' 
    if (Bordercolor != "") {box += 'BGCOLOR="' + Bordercolor + '" '}
    box += 'CELLPADDING="0" CELLSPACING="0"><TR><TD class=tip COLSTART="0">'
    box += '<TABLE  class=table BORDER="0" WIDTH="' + DiVW + '"'
    if (Bordercolor != "") {
      if (Bgcolor != "") {box += ' BGCOLOR="' + Bgcolor + '"'}
    }
    if (Background != "") {box += ' BACKGROUND="' + Background + '"'}
    box += ' CELLSPACING="0" CELLPADDING="0">'
    if (titl != "") {
      box += '<TR><TD style="padding:1px" COLSTART="0" '
      if (Bgtitle != "") {box += 'BGCOLOR="' + Bgtitle + '" '} 
      box += '><FONT SIZE="2" FACE="verdana,arial,geneva"><strong>'
      box += titl ; box += '</strong></FONT></TD></TR>'
    }
    box += '<TR><TD  style="padding:1px" COLSTART="0"><FONT SIZE="2" FACE="verdana, arial,geneva">'
    box += text ; box += '</TD></TR></TABLE>'
    box += '</font></TD></TR></TABLE>'
    See = true
    if (document.all) {document.all('tooltip').innerHTML = box
    } else {document['tooltip'].document.write(box) ; document.close()}
    DisPlay()
  } 
}
function DisPlay() {
  if (document.all) {
    document.all['tooltip'].style.posLeft = ox ; document.all['tooltip'].style.posTop  = oy
    document.all['tooltip'].style.visibility = "visible"
    document.all['tooltip'].style.zIndex = 99
  } else {
    document['tooltip'].moveTo(ox,oy)
    document.layers['tooltip'].visibility = "visible"
    document.layers['tooltip'].zIndex = 99
  }
}
function Ht() {
  See = false
  if ((Vs == true) && (NeW == true)) {
    if (document.all) {document.all['tooltip'].style.visibility = "hidden"
    } else {document.layers['tooltip'].visibility = "hidden"}
  }
}
function StArt() {
  if (Vs == true) {
    NeW = true
    if (document.layers) {document.captureEvents(Event.MOUSEMOVE)}
    document.onmousemove = track
    if (document.all) {
      document.all['tooltip'].style.width = DiVW
      if (Bordercolor == "") {document.all['tooltip'].style.backgroundColor = Bgcolor}
      if (document.all['disp0']) {BStart()}
    } else {
      document.layers['tooltip'].width = DiVW
      if (Bordercolor == "") {document.layers['tooltip'].bgColor = Bgcolor}
      if (document.layers['disp0']) {BStart()}
    }
  }
}
onload = StArt
//
//end hiding contents-->

