 /*************************************************10**********************************
*	(c) Ger Versluis 2000 version 5.41 24 December 2001	          *
*	For info write to menus@burmees.nl		          *
*	You may remove all comments for faster loading	          *
***********************************************************************************/
/***********************************************************************************
*	(c) Ger Versluis 2000 version 5.41 24 December 2001	          *
*	For info write to menus@burmees.nl		          *
*	You may remove all comments for faster loading	          *
***********************************************************************************/

/*** DERNIERE MODIF : 12/07/2006 par Lonard de Vathaire ***/

/***    Pour une position relative il faut que
        TargetLoc porte le nom du conteneur     ***/

/*** PARTIE RAJOUTEE POUR LA GESTION DE LA TAILLE AUTOMATIQUE DES ITEMS ET DE L'OPACITE DU MENU ***/

    var AutoWidthItem=1;                        // Largeur automatique des items du menu 1 ou 0
    var FirstLineAutoWidthItem=0;              // Largeur automatique sur le 1er niveau du menu 1 ou 0
    
    var RightPaddng=0;                         // Padding droit
    var FirstLineHorizontalPaddng=0;           // Padding droit pour le 1er niveau du menu horizontal

    var MenuOpacity='';                        // Opacit du menu de 0  100 (transparence<->normal) ou '' si non pris en compte
    var FirstLineOpacity=0;                    // Opacit effectue ou non sur la premire ligne du menu 1 ou 0

    var RedefSize=1;                            // Permet de prendre en compte les valeurs qui suivent
    var FirstLineWidth=110;                     // Largeur fixe premire ligne (si FirstLineAutoWidthItem=0) utile pour menu vertical
    var FirstLineHeight=28;                     // Hauteur premire ligne
    var SubHeight=0;                           // Hauteur des items des sous-menus

    var FirstLineOverHeight='0';               // Taux d'largissement de la hauteur de 0  100 lorsque le texte du menu passe  la ligne suivante

/*** FIN DE PARTIE RAJOUTEE ***/

var WidthMaxOffFirstLineMenuss=9;			// Width Maximum for the first Line
	//var NoOffFirstLineMenus=9;
	var LowBgColor='transparent';			// Background color when mouse is not over / Fond des rubriques
	var LowSubBgColor='#3C7C0E';			// Background color when mouse is not over on subs /Fond des sous menus
	var HighBgColor='transparent';			// Background color when mouse is over / Fond des rubriques lors passage souris
	var HighSubBgColor='#FFF269';			// Background color when mouse is over on subs / Fond des menus lors passage souris
	var FontLowColor='#3C7C0E';			// Font color when mouse is not over
	var FontSubLowColor='white';			// Font color subs when mouse is not over
	var FontHighColor='white';			// Font color when mouse is over
	var FontSubHighColor='#3C7C0E';			// Font color subs when mouse is over
	var BorderColor='transparent';			// Border color
	var BorderSubColor='yellow';			// Border color for subs

	var BorderWidth=0;				// Border width
	var BorderBtwnElmnts=1;				// Border between elements 1 or 0 / 1 = bord entre cellule - 0 = seulement cadre de l'ensemble
	var BorderSubWidth=1;				// Border sub width
	var BorderSubBtwnElmnts=1;			// Border between sub elements 1 or 0

	var FontFamily="verdana, arial, helvetica, sans-serif";	// Font family menu items
	var FontSize=7;				// Font size menu items
	var FontBold=1;				// Bold menu items 1 or 0
	var FontItalic=0;				// Italic menu items 1 or 0
	var FontSubFamily="verdana, arial, helvetica, sans-serif";	// Font family menu sub items
	var FontSubSize=7;				// Font size menu sub items
	var FontSubBold=1;				// Bold menu sub items 1 or 0
	var FontSubItalic=0;				// Italic menu sub items 1 or 0


	var MenuTextCentered='left';			// Item text position 'left', 'center' or 'right'
	var MenuCentered='left';			// Menu horizontal position 'left', 'center' or 'right'
	var MenuVerticalCentered='top';		// Menu vertical position 'top', 'middle','bottom' or static
	var ChildOverlap=0;				// horizontal overlap child/ parent
	var ChildVerticalOverlap=0;			// vertical overlap child/ parent
	var StartTop=0;				// Menu offset x coordinate
	var StartLeft=00;				// Menu offset y coordinate
	var VerCorrect=00;				// Multiple frames y correction
	var HorCorrect=0;				// Multiple frames x correction
	var LeftPaddng=34;				// Left padding
        var RightPaddng=20;				// Right padding
	var TopPaddng=4;				// Top padding
	var FirstLineHorizontal=0;			// SET TO 1 FOR HORIZONTAL MENU, 0 FOR VERTICAL
	var MenuFramesVertical=0;			// Frames in cols or rows 1 or 0
	var DissapearDelay=500;			// delay before menu folds in
	var TakeOverBgColor=1;			// Menu frame takes over background color subitem frame
	var FirstLineFrame='navig';			// Frame where first level appears
	var SecLineFrame='space';			// Frame where sub levels appear
	var DocTargetFrame='space';			// Frame where target documents appear
	var TargetLoc='menu';				// span id for relative positioning
	var HideTop=0;				// Hide first level when loading new document 1 or 0
	var MenuWrap=0;				// enables/ disables menu wrap 1 or 0
	var RightToLeft=0;				// enables/ disables right to left unfold 1 or 0
	var UnfoldsOnClick=0;			// Level 1 unfolds onclick/ onmouseover
	var WebMasterCheck=0;			// menu tree checking on or off 1 or 0
	var ShowArrow=1;				// Uses arrow gifs when 1
	var KeepHilite=1;				// Keep selected path highligthed
	
	var Arrws=['/img/pucemenu.gif',19,19,'/img/pucemenu.gif',19,19,'/img/pucemenu.gif',19,19];	// Arrow source, width and height

function BeforeStart(){
	//alert("Before start");
	return;
}
function AfterBuild(){
	//alert("AfterBuild");
	return;
}
function BeforeFirstOpen(){
	//alert("BeforeFirstOpen");
	return;
}
function AfterCloseAll(){
	//alert("AfterCloseAll");
	return;
}

// Menu tree
//	MenuX=new Array(Text to show, Link, background image (optional), number of sub elements, height, width);
//	For rollover images set "Text to show" to:  "rollover:Image1.jpg:Image2.jpg"