if (isMenu) {
    menuVersion = 3;
    
    menuWidth = 200;
    childOverlap = 0;
    childOffset = 0;
    perCentOver = null;
    secondsVisible = .1;
	
	fntCol = "#0D314D";        // font color
	fntSiz = 8;
	fntBold = false;
	fntItal = false;
	fntFam = "arial";
	backCol = "#BFD8E1";       // background color
	overCol = "#0D314D";       // hilited background color
	overFnt = "#FFFFFF";        // hilited font color
	borWid = 1;                // border width
	borCol = "#FFFFFF";          // border color
	borSty = "solid";          // border style
	itemPad = 1;               // espacement verticale 
	imgSrc = "";
	imgSiz =  
	separator = 1;		  //séparateur
	separatorCol = "#FFFFFF";		//couleur du séparateur.	
    
    isFrames = false;
    navFrLoc = "top";
    mainFrName = "centre"; 
    
    keepHilite = true; 
    NSfontOver = true;
    clickStart = false	;
    clickKill = false;
	showVisited = "white";

	minIndice = 1;
}

arMenu1 = new Array(
200,
181,250,
"","",
"","",
"","",
"&nbsp;<u>></u> <u>Tous les véhicules lourds</u>","/fr/ctpl/contenu_ctrl.asp",0,
"&nbsp;<u>></u> <u>Véhicules à moteur</u>","/fr/ctpl/contenu_ctrl.asp?veh=M",0,
"&nbsp;<u>></u> <u>Vehicules remorqués</u>","/fr/ctpl/contenu_ctrl.asp?veh=R",0
)


