<!--
if (parent.frames.length > 0) {
    parent.location.href = self.document.location
}

// Change color //
   vr01_on = new Image();
   vr01_on.src = "images/sign-gb1.gif";
   vr02_on = new Image();
   vr02_on.src = "images/view-gb1.gif";
   vr03_on = new Image();
   vr03_on.src = "images/links1.gif";
   vr04_on = new Image();
   vr04_on.src = "images/ar-idn1.gif";
   vr05_on = new Image();
   vr05_on.src = "images/maps1.gif";
   vr06_on = new Image();
   vr06_on.src = "images/operating1.gif";
   vr07_on = new Image();
   vr07_on.src = "images/awards1.gif";
   vr08_on = new Image();
   vr08_on.src = "images/tech1.gif";
   vr09_on = new Image();
   vr09_on.src = "images/album1.gif";
   vr10_on = new Image();
   vr10_on.src = "images/about1.gif";
   vr01_off = new Image();
   vr01_off.src = "images/sign-gb.gif";
   vr02_off = new Image();
   vr02_off.src = "images/view-gb.gif";
   vr03_off = new Image();
   vr03_off.src = "images/links.gif";
   vr04_off = new Image();
   vr04_off.src = "images/ar-idn.gif";
   vr05_off = new Image();
   vr05_off.src = "images/maps.gif";
   vr06_off = new Image();
   vr06_off.src = "images/operating.gif";
   vr07_off = new Image();
   vr07_off.src = "images/awards.gif";
   vr08_off = new Image();
   vr08_off.src = "images/tech.gif";
   vr09_off = new Image();
   vr09_off.src = "images/album.gif";
   vr10_off = new Image();
   vr10_off.src = "images/about.gif";
   function img_act(imgName) {
   imgOn = eval(imgName + "_on.src");
   document [imgName].src = imgOn;
   }
   function img_inact(imgName) {
   imgOff = eval(imgName + "_off.src");
   document [imgName].src = imgOff;
   }
//-->

