<!-- hide
        function doit(box) {
          val = box.options[box.selectedIndex].value;
          window.open (val,'_top');
        }
        function pause(box) {
          val = box.options[box.selectedIndex].value;
          window.open (val,'_top');
        }

             
 browserName = navigator.appName;
 browserVer = parseInt(navigator.appVersion);
condition1 = (browserName.indexOf("Netscape") >=0 ) && browserVer > 2 ;
condition2 = (browserName.indexOf("Explorer") >= 0) && browserVer > 3
if (condition1 == true  || condition2 == true)
                                 CanAnimate = true;
else
    {CanAnimate = false; }
if (CanAnimate) {
              onimage1 = new Image(199,22);
              onimage1.src = "gifs/culturaltextb.html"; 
              offimage1 = new Image(199,22); 
              offimage1.src = "gifs/culturaltext.html"

              onimage2 = new Image(197,22);
              onimage2.src = "gifs/adventuretextb.html"; 
              offimage2 = new Image(197,22); 
              offimage2.src = "gifs/adventuretext.html"
   													 }
function itson(imgDocID,imgObjName) {
            if (CanAnimate)   
            document.images[imgDocID].src=eval(imgObjName+".src");
                             }
         
//-->

