/***********************************************************************************
*	(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=4;			// Number of first level items
	var LowBgColor='#003399';			// Background color when mouse is not over
	var LowSubBgColor='wheat';			// Background color when mouse is not over on subs
	var HighBgColor='wheat';			// Background color when mouse is over
	var HighSubBgColor='black';			// 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='white';			// Font color subs when mouse is over
	var BorderColor='black';			// Border color
	var BorderSubColor='black';			// Border color for subs
	var BorderWidth=1;				// Border width
	var BorderBtwnElmnts=1;				// Border between elements 1 or 0
	var FontFamily="verdana,helvetica,arial,comic sans ms,technical"	// Font family menu items
	var FontSize=9;					// Font size menu items
	var FontBold=0;					// 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=1;					// Menu offset x coordinate
	var StartLeft=36;				// Menu offset y coordinate
	var VerCorrect=0;				// Multiple frames y correction
	var HorCorrect=0;				// Multiple frames x correction
	var LeftPaddng=3;				// Left padding
	var TopPaddng=0;				// Top padding
	var FirstLineHorizontal=1;			// SET TO 1 FOR HORIZONTAL MENU, 0 FOR VERTICAL
	var MenuFramesVertical=0;			// 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='myFrameOne';		// Frame where first level appears
	var SecLineFrame='myFrameTwo';			// Frame where sub levels appear
	var DocTargetFrame='myFrameTwo';		// 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=1;					// 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=['tri.gif',5,10,'tridown.gif',10,5,'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("Retour au site","../index.php","",0,20,140);

Menu2=new Array("Accueil","index.php","",0,20,80);

Menu3=new Array("Rubriques générales","gen.php","",6,20,140);
	Menu3_1=new Array("Introduction","intro.php","",0,20,140);
	Menu3_2=new Array("Conventions internat.","conventions.php","",0,20,140);
	Menu3_3=new Array("Liens Internet","liens.php","",0,20,140);
	Menu3_4=new Array("Bibliographie gen.","biblio.php","",0,20,140);
	Menu3_5=new Array("Bibliographie par aut.","biblioaut.php","",0,20,140);
	Menu3_6=new Array("Partenaires","part.php","",0,20,140);

Menu4=new Array("Thèmes","","",10,20,80);
	Menu4_1=new Array("1. Enfants, santé mentale et droits humains","enfants.php","",4,20,340);
		Menu4_1_1=new Array("1.1. Texte introductif","enf_intro.php","",0,20,200);
		Menu4_1_2=new Array("1.2. Entretien avec expert","enf_entret.php","",0,20,200);	
		Menu4_1_3=new Array("1.3. Liens Internet","enf_liens.php","",0,20,200);
		Menu4_1_4=new Array("1.4. Bibliographie","enf_biblio.php","",0,20,200);
	Menu4_2=new Array("2. Femmes et rapports sociaux de sexe","femmes.php","",4,20,340);	
		Menu4_2_1=new Array("2.1. Texte introductif","fem_intro.php","",0,20,200);
		Menu4_2_2=new Array("2.2. Entretien avec expert","fem_entret.php","",0,20,200);	
		Menu4_2_3=new Array("2.3. Liens Internet","fem_liens.php","",0,20,200);
		Menu4_2_4=new Array("2.4. Bibliographie","fem_biblio.php","",0,20,200);
	Menu4_3=new Array("3. Personnes âgées, santé mentale et droits humains","age.php","",4,20,340);	
		Menu4_3_1=new Array("3.1. Texte introductif","age_intro.php","",0,20,200);
		Menu4_3_2=new Array("3.2. Entretien avec expert","age_entret.php","",0,20,200);	
		Menu4_3_3=new Array("3.3. Liens Internet","age_liens.php","",0,20,200);
		Menu4_3_4=new Array("3.4. Bibliographie","age_biblio.php","",0,20,200);
	Menu4_4=new Array("4. VIH SIDA","vih.php","",4,20,150);
		Menu4_4_1=new Array("4.1. Texte introductif","vih_intro.php","",0,20,200);
		Menu4_4_2=new Array("4.2. Entretien avec expert","vih_entret.php","",0,20,200);	
		Menu4_4_3=new Array("4.3. Liens Internet","vih_liens.php","",0,20,200);
		Menu4_4_4=new Array("4.4. Bibliographie","vih_biblio.php","",0,20,200);
	Menu4_5=new Array("5. Droits des patients et maladie mentale","patients.php","",4,20,340);
		Menu4_5_1=new Array("5.1. Texte introductif","pat_intro.php","",0,20,200);
		Menu4_5_2=new Array("5.2. Entretien avec expert","pat_entret.php","",0,20,200);	
		Menu4_5_3=new Array("5.3. Liens Internet","pat_liens.php","",0,20,200);
		Menu4_5_4=new Array("5.4. Bibliographie","pat_biblio.php","",0,20,200);
	Menu4_6=new Array("6. Emprisonnement, santé mentale et droits humains","prison.php","",4,20,340);
		Menu4_6_1=new Array("6.1. Texte introductif","pris_intro.php","",0,20,200);
		Menu4_6_2=new Array("6.2. Entretien avec expert","pris_entret.php","",0,20,200);	
		Menu4_6_3=new Array("6.3. Liens Internet","pris_liens.php","",0,20,200);
		Menu4_6_4=new Array("6.4. Bibliographie","pris_biblio.php","",0,20,200);
	Menu4_7=new Array("7. Torture","torture.php","",4,20,150);
		Menu4_7_1=new Array("7.1. Texte introductif","tort_intro.php","",0,20,200);
		Menu4_7_2=new Array("7.2. Entretien avec expert","tort_entret.php","",0,20,200);	
		Menu4_7_3=new Array("7.3. Liens Internet","tort_liens.php","",0,20,200);
		Menu4_7_4=new Array("7.4. Bibliographie","tort_biblio.php","",0,20,200);
	Menu4_8=new Array("8. Guerre et migration","guerre.php","",4,20,340);
		Menu4_8_1=new Array("8.1. Texte introductif","gue_intro.php","",0,20,200);
		Menu4_8_2=new Array("8.2. Entretien avec expert","gue_entret.php","",0,20,200);	
		Menu4_8_3=new Array("8.3. Liens Internet","gue_liens.php","",0,20,200);
		Menu4_8_4=new Array("8.4. Bibliographie","gue_biblio.php","",0,20,200);
	Menu4_9=new Array("9. Racisme et discrimination","racisme.php","",4,20,340);
		Menu4_9_1=new Array("9.1. Texte introductif","rac_intro.php","",0,20,200);
		Menu4_9_2=new Array("9.2. Entretien avec expert","rac_entret.php","",0,20,200);	
		Menu4_9_3=new Array("9.3. Liens Internet","rac_liens.php","",0,20,200);
		Menu4_9_4=new Array("9.4. Bibliographie","rac_biblio.php","",0,20,200);
	Menu4_10=new Array("10. Milieu du travail et santé mentale","travail.php","",4,20,340);
		Menu4_10_1=new Array("10.1. Texte introductif","trav_intro.php","",0,20,200);
		Menu4_10_2=new Array("10.2. Entretien avec expert","trav_entret.php","",0,20,200);	
		Menu4_10_3=new Array("10.3. Liens Internet","trav_liens.php","",0,20,200);
		Menu4_10_4=new Array("10.4. Bibliographie","trav_biblio.php","",0,20,200);
