<!--
/*********************************************************
              M A G I C  B U T T O N S  v3.0
       http://junior.apk.net/~jbarta/tutor/buttons/
      Permission is granted to freely use this script.
**********************************************************/

// preload images:
if (document.images) {
magic =    new Image(160,120); magic.src =    "images/magic.jpg";
lanka = new Image(245,170); lanka.src = "images/lanka.jpg";
swiss = new Image(197,139); swiss.src = "images/comp.jpg";
holland96 =   new Image(214,126); holland96.src =   "images/gili6.jpg";
holland =   new Image(187,141); holland.src =   "images/tv03.jpg";
london =    new Image(219,139); london.src =    "images/lon4.jpg";
mauri =     new Image(244,158); mauri.src =     "images/float.jpg";
us82 =   new Image(214,126); us82.src =   "images/gili4.jpg";
us81 =   new Image(214.126); us81.src =   "images/gili4.jpg";
us98 =   new Image(201,141); us98.src =   "images/usa98.jpg";
kuwait = new Image(165,216); kuwait.src = "images/02.jpg";
lon91 =   new Image(214,143); lon91.src =   "images/jr2.jpg";
germany =   new Image(155,232); germany.src =   "images/ger6.jpg";
}

function hiLite(imgName,imgObjName) {
if (document.images) {
  document.images[imgName].src = eval(imgObjName + ".src");
}}

//--></SCRIPT>