

<!--
  browser = (((navigator.appName == "Netscape") && (parseInt(navigator.appVersion) >= 3 )) || ((navigator.appName == "Microsoft Internet Explorer") && (parseInt(navigator.appVersion) >= 4 )))

  if (browser) {

    name = "menu"
    subname = "submenu"

    offbib = new Image;
    offbib.src = "../../graphics/navbar/offbib.gif"
    offfor = new Image;
    offfor.src = "../../graphics/navbar/offfor.gif"
    offint = new Image;
    offint.src = "../../graphics/navbar/offint.gif"
    offidea = new Image;
    offidea.src = "../../graphics/navbar/offidea.gif"
    offbio = new Image;
    offbio.src = "../../graphics/navbar/offbio.gif"
    offconf = new Image;
    offconf.src = "../../graphics/navbar/offconf.gif"

    onbib = new Image;
    onbib.src = "../../graphics/navbar/onbib.gif"
    onfor = new Image;
    onfor.src = "../../graphics/navbar/onfor.gif"
    onint = new Image;
    onint.src = "../../graphics/navbar/onint.gif"
    onidea = new Image;
    onidea.src = "../../graphics/navbar/onidea.gif"
    onbio = new Image;
    onbio.src = "../../graphics/navbar/onbio.gif"
    onconf = new Image;
    onconf.src = "../../graphics/navbar/onconf.gif"

    subdefault = new Image;
    subdefault.src = "../../graphics/navbar/subdefault.gif"
    subbib = new Image;
    subbib.src = "../../graphics/navbar/subbib.gif"
    subfor = new Image;
    subfor.src = "../../graphics/navbar/subfor.gif"
    subint = new Image;
    subint.src = "../../graphics/navbar/subint.gif"
    subidea = new Image;
    subidea.src = "../../graphics/navbar/subidea.gif"
    subbio = new Image;
    subbio.src = "../../graphics/navbar/subbio.gif"
    subconf = new Image;
    subconf.src = "../../graphics/navbar/subconf.gif"
 
  }

  function changeBoth(one,imgone,two,imgtwo) {
    if (browser) { 
      document [one].src = eval(imgone + ".src")
      document [two].src = eval(imgtwo + ".src")
    }
  }

  function changeLink(apath,bpath,cpath,dpath,epath,fpath) {
    if (document [subname].src == subbib.src) { 
      if (apath == ' ') { window.status=" "; }
      else { window.location.href=apath; }
    }
    if (document [subname].src == subfor.src) { 
      if (bpath == ' ') { window.status=" "; }
      else { window.location.href=bpath; }
    }
    if (document [subname].src == subint.src) { 
      if (cpath == ' ') { window.status=" "; }
      else { window.location.href=cpath; }
    }
    if (document [subname].src == subidea.src) { 
      if (dpath == ' ') { window.status=" "; }
      else { window.location.href=dpath; }
    }
    if (document [subname].src == subbio.src) { 
      if (epath == ' ') { window.status=" "; }
      else { window.location.href=epath; }
    }
    if (document [subname].src == subconf.src) { 
      if (fpath == ' ') { window.status=" "; }
      else { window.location.href=fpath; }
    }
    if (document [subname].src == subdefault.src) { window.status=" "; }
  }

  function revertMenu() {
    changeBoth('bib','offbib','for','offfor');
    changeBoth('int','offint','idea','offidea');
    changeBoth('bio','offbio','conf','offconf');
    changeBoth('submenu','subdefault','submenu','subdefault');
  }

// -->

