/***********************************************************************************
*	(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	          *		
***********************************************************************************/

	var NoOffFirstLineMenus=8;			// Number of first level items
	var LowBgColor='#6699CC';			// Background color when mouse is not over
	var LowSubBgColor='#0099CC';			// Background color when mouse is not over on subs
	var HighBgColor='#99CCCC';			// Background color when mouse is over
	var HighSubBgColor='#99CCCC';			// Background color when mouse is over on subs
	var FontLowColor='white';			// Font color when mouse is not over
	var FontSubLowColor='black';			// Font color subs when mouse is not over
	var FontHighColor='black';			// Font color when mouse is over
	var FontSubHighColor='black';			// Font color subs when mouse is over
	var BorderColor='#6699CC';			// Border color
	var BorderSubColor='#99CCCC';			// Border color for subs
	var BorderWidth=0;				// Border width
	var BorderBtwnElmnts=0;			// Border between elements 1 or 0
	var FontFamily="arial,comic sans ms,technical"	// Font family menu items
	var FontSize=9;				// Font size menu items
	var FontBold=1;				// Bold menu items 1 or 0
	var FontItalic=0;				// Italic menu 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=.2;				// horizontal overlap child/ parent
	var ChildVerticalOverlap=.2;			// vertical overlap child/ parent
	var StartTop=30;				// Menu offset x coordinate
	var StartLeft=0;				// Menu offset y coordinate
	var VerCorrect=0;				// Multiple frames y correction
	var HorCorrect=0;				// Multiple frames x correction
	var LeftPaddng=0;				// Left padding
	var TopPaddng=0;				// Top padding
	var FirstLineHorizontal=0;			// SET TO 1 FOR HORIZONTAL MENU, 0 FOR VERTICAL
	var MenuFramesVertical=1;			// Frames in cols or rows 1 or 0
	var DissapearDelay=1000;			// delay before menu folds in
	var TakeOverBgColor=1;			// Menu frame takes over background color subitem frame
	var FirstLineFrame='leftFrame';			// Frame where first level appears
	var SecLineFrame='frame1';			// Frame where sub levels appear
	var DocTargetFrame='frame1';			// Frame where target documents appear
	var TargetLoc='';				// 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=['menujavascript/tri.gif',5,10,'menujavascript/tridown.gif',10,5,'menujavascript/trileft.gif',5,10];	// Arrow source, width and height

function BeforeStart(){return}
function AfterBuild(){return}
function BeforeFirstOpen(){return}
function 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"

Menu1=new Array("Le CM3E","club.php","",2,20,120);
	Menu1_1=new Array("Le club","club.php","",0,20,140);
	Menu1_2=new Array("Les activités","activites.php","",0,20,140);
	
	
Menu2=new Array("Actualité","actus.php","",4,20,120);
	Menu2_1=new Array("Flash adhérents","actus.php","",0,20,140);	
	Menu2_2=new Array("Bulletin d'information","bulletins.php","",0,20,140);
	Menu2_3=new Array("Calendrier","calendrier.php","",0,20,140);
	Menu2_4=new Array("Manifestation en cours","manifestations.php","",0,20,140);	

Menu3=new Array("Thèmes","themes/themes.php","",5,20,120);
	Menu3_1=new Array("Maîtrise des Ambiances dans le bâtiment","themes/themes.php","",0,20,300);
	Menu3_2=new Array("Maîtrise des Energies Thermiques et Frigorifiques","themes/themes.php","",0,20,300);
	Menu3_3=new Array("Economie d'énergies","themes/themes.php","",0,20,200);
	Menu3_4=new Array("Respect de l'Environnement","themes/themes.php","",0,20,200);
	Menu3_5=new Array("Energie de l'Avenir","themes/themes.php","",0,20,200);


Menu4=new Array("Manifestations","colloques.php","",2,20,120);
	Menu4_1=new Array("Colloques","colloques.php","",0,20,140);
	Menu4_2=new Array("Journées techniques","journee.php","",0,20,140);
	
Menu5=new Array("Documents","outils.php","",3,20,120);
	Menu5_1=new Array("Outils pédagogiques","outils.php","",0,20,140);
	Menu5_2=new Array("Actes de manifestations","acte.php","",0,20,140);
	Menu5_3=new Array("Etudes","etudes.php","",0,20,140);
	

Menu6=new Array("Contacts","adherer.php","",2,20,120);
	Menu6_1=new Array("Adhérents","adherer.php","",0,20,140);
	Menu6_2=new Array("Parole d'adhérents","contact.php","",0,20,140);

Menu7=new Array("CM3E et l'Europe","projet.php","",1,20,120);
	Menu7_1=new Array("Projet ARTEPA","projet.php","",0,20,140);

Menu8=new Array("Compétences","competences.php","",1,20,120);
	Menu8_1=new Array("Recherche Compétences Adhérents","competences.php","",0,20,275);