<!--
     NS4 = (document.layers);
     IE4 = (document.all);
    ver4 = (NS4 || IE4);
   isMac = (navigator.appVersion.indexOf("Mac") != -1);
  isMenu = (NS4 || (IE4 && !isMac));
  function popUp(){return};
  function popDown(){return};
  function startIt(){return};
  if (!ver4) event = null;

  if (isMenu) {
      fntCol = "#dddddd";
      fntBold = true;
      fntItal = false;
      backCol = "#687C98";
      overCol = "#B05050";
      overFnt = "#ffffff";
      fntSiz = 9;
      fntFam = "Tahoma";
      menuWidth = 120;
      borWid = 1;
      borCol = "#8888aa";
      borSty = "solid";
      itemPad = 3;
      separator = 1;
      separatorCol = "#ffffff";
      imgSrc = "arrow.gif";
      imgSiz = 8;

      childOffset = 6;
      childOverlap = 1;
      perCentOver = 15;

      secondsVisible = .2;

      isFrames = false;
      navFrLoc = "left";
      mainFrName = "main";

          menuVersion = 3;
          clickStart = false;
          clickKill = false;

          keepHilite = true;

          NSfontOver = true;
          showVisited = "#666666";
  }
//-->
<!--
var current_menu=-1;
if (document.images)
{
        //preloadImages()
}

function gotosite(site) {
        if (site != "")
        {
                self.location=site;
        }
}
// preloads images for rollovers
// imagename = blue background; imagename + a = light grey background;  imagename + b = dark grey background;
//function preloadImages() {
//        menu_array = new Array("ebusapp1", "globserv2", "siebuni3", "alliaresell4");
//        for (i in menu_array) {
//                eval(menu_array[i]+'=new Image');
//                eval(menu_array[i]+'.src="images/"+menu_array[i]+".gif"');
//                eval(menu_array[i]+'on=new Image');
//                eval(menu_array[i]+'on.src="images/"+menu_array[i]+"b.gif"');
//        }
//}

function rollOut() {
        if (document.images)        {
                if (isOverMenu){
                 return;}
                 else{
                         eval('document.images[current_menu].src='+current_menu+'.src');}
        }
}
//-->