<!--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="draggables" STYLE="position:absolute;"</P>'
  for (i = 0 ; i <= Drag.length-1 ; i++) {
   NaMe = "iMAge" + i
   tem1 = '<IMG SRC="' + Drag[i] + '" WIDTH="' + Width[i] + '" HEIGHT="' + Height[i] + ' BORDER="0"'   

tem2 = '" CLASS="drag" STYLE="position:absolute;left:' + Left[i] + 'px;top:' + Top[i] + 'px;">'
    
   if (document.all) {
        lin += '<P>' + tem1 + tem2 + '</P>'

   } else {
      
     lin += '<P' + tem2 + tem1 + '></P>'             
   }
  }

 
  document.write(lin)
  document.close()
}
//
//end hiding contents-->
