<!--
NS4    = (document.layers);
IE4    = (document.all);
ver4   = (NS4 || IE4);
IE5    = (IE4 && navigator.appVersion.indexOf("5.") !=-1);
IE     = (IE4 ||IE5);
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) {
   menuVersion = 3;
   menuWidth = 95;
   borWid = 1;
   borSty = "solid";
   borCol = "#003366";
   separator = 0;
   separatorCol = "#000000";
   fntFam = "arial,helvetica,sans-serif";
   fntBold = true;
   fntItal = false;

   fntSiz  = 8;
   if (NS4) fntSiz = 8;
   if (IE) fntSiz = 7;

   fntCol = "#003366";
   overFnt = "#003366";
   itemPad = 1;
   backCol = "#EEEEEE";
   overCol = "#00AAFF";
   imgSrc = "../../bilder/tri.gif";
   imgSiz = 10;

   childOffset = 0;
   childOverlap = 5;
   perCentOver = null;

   clickStart = false;
   clickKill = false;
   secondsVisible = 0;

   keepHilite = true;
   NSfontOver = false;

   isFrames = false;
   navFrLoc = "left";
   mainFrName = "contentframe";

}
//-->
