<!--


if (isMenu) {
    menuVersion = "Prosports.nl Main Site";
    
    menuWidth = 145;
    childOverlap = 35;
    childOffset = 5;
    perCentOver = null;
    secondsVisible = .2;
 
    fntCol = "#FFFFFF";
    fntSiz = "9";
    fntBold = false;
    fntItal = false;
    fntFam = "MS Sans Serif,sans-serif";
    
    backCol = "#0071CB";
    overCol = "#FFFFFF";
    overFnt = "#000000";
   	
    borWid = 2;
    borCol = "#000000";
    borSty = "solid";
    itemPad = 3;
    
    imgSrc = "images/tri3.gif";
    imgSiz = 10;
    
    separator = 2;
    separatorCol = "#000000";
    
    isFrames = false;
	    
    keepHilite = true; 
    NSfontOver = true;
    clickStart = true;
    clickKill = false;
    
    showVisited = "black";
    
   
	menusOn = true;
}
function db(str) {
if(NS4)	java.lang.System.out.println(str)
}
//-->