 	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};

	if (!ver4) event = null;

if (isMenu) {

	var pagecolour = "#d3d3d3";
	var grief = "";

    menuVersion = 3;
    
    menuWidth = 120;
    childOverlap = 1;
    childOffset = -1;
    perCentOver = null;
    secondsVisible = .5;
    
    fntCol = "#161616";
    fntSiz = NS4 ? "8" : "7.5";
    fntBold = false;
    fntItal = false;
    fntFam = "verdana";
    
    backCol = pagecolour;
    overCol = pagecolour;
    overFnt = "#000000";
    
    borWid = 1;
    borCol = "#C5C5C5";
    borSty = "solid";
    itemPad = 3;
    
    imgSrc = "images/menu_arr.gif";
    imgSiz = 10;
    
    separator = 0;
    separatorCol = "#C5C5C5";
    
    isFrames = false;      // <-- IMPORTANT for full window
    navFrLoc = "left";     // <-- display. see below
    
    keepHilite = true; 
    NSfontOver = true;
    clickStart = false;
    clickKill = false;
}
