<!--hide script from old browsers
//Magic Drag - version 0.6 - Main programme
//Copyright © 1997 - 1999 by Enigma ® Designs and Kallback Africa. All rights reserved
//Programmed by Michel van Baalen - www.kallbackafrica.com - michel@kallback.co.za
//This script may not be used without permission
//
// DO NOT change ANY of the following code !!!
//
BroW = parseInt(navigator.appVersion)
if (BroW >= 4) {Vs = true} else {Vs = false}
if (Vs == true) {
  lin = '<P ID="dUmmYStyLe" STYLE="position:absolute;"</P>'
  for (i = 0 ; i <= Drag.length-1 ; i++) {
    NaMe = "iMAge" + i
    if ((Width[i] != "text") && (Height[i] != "")) {
      tem1 = '<IMG SRC="' + Drag[i] + '" WIDTH="' + Width[i] + '" HEIGHT="' + Height[i] + ' BORDER="0"'
    } else {
      tem1 = Font[i]
    }    
    tem2 = ' ID="' + NaMe + '" CLASS="'+ NaMe + '" STYLE="position:absolute;left:' + Left[i] + 'px;top:' + Top[i] + 'px;">'
    if (document.all) {
      if ((Width[i] != "text") && (Height[i] != "")) {
        lin += '<P>' + tem1 + tem2 + '</P>'
      } else {
        lin += tem1 + '<SPAN ' + tem2 + Drag[i] + '</SPAN>'
        if (Font[i] != "") {lin += '</FONT>'}  
      }
    } else {
      if ((Width[i] != "text") && (Height[i] != "")) {
        lin += '<P' + tem2 + tem1 + '></P>'
      } else {
        lin += '<P' + tem2 + tem1 + Drag[i] ; if (Font[i] != "") {lin += '</FONT>'}
        lin += '</P>'
      }
    }

  }
  document.write(lin)
  document.close()
}
//
//end hiding contents-->
