<!--
/***************************************************************************
			IN-PAGE PARAMETERS FOR NON NETSCAPE 6 BROWSERS
***************************************************************************/

    menuVersion = "4.0b1";
		    
    menuWidth = 113;
    childOverlap = -1;
    childOffset = -2;
    perCentOver = null;
    secondsVisible = .5;
		    
    fntCol = "#FFFFFF";
    fntSiz = "8";
    fntBold = true;
    fntItal = false;
    fntFam = "Verdana";
		    
    backCol = "#9C0424";
    overCol = "#183864";
    overFnt = "white";
		    
    borWid = 2;
    borCol = "#FFFFFF";
    borSty = "solid";
    itemPad = 3;
		    
    imgSiz = 8;
		    
    separator = 2;
    separatorCol = "#FFFFFF";
		    
    isFrames = false;      // <-- IMPORTANT for full window
    navFrLoc = "left";     // <-- display. see below
		    
    keepHilite = true; 
    NSfontOver = true;
    clickStart = false;
    clickKill = false;
		    
    showVisited = "yellow";

    menusOn = false;	//this is override and set true if the browse box exists.
		    

function db(str) {
	if(NS4) java.lang.System.out.println(str)
}	   
//-->