/***********************************************************************************
*	(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='#DFDFEB';		// Background color when mouse is not over
	var LowSubBgColor='#DFDFEB';	// Background color when mouse is not over on subs
	var HighBgColor='#363ACE';		// Background color when mouse is over
	var HighSubBgColor='#363ACE';	// Background color when mouse is over on subs
	var FontLowColor='#363ACE';		// Font color when mouse is not over
	var FontSubLowColor='#363ACE';	// Font color subs when mouse is not over
	var FontHighColor='#DFDFEB';	// Font color when mouse is over
	var FontSubHighColor='#DFDFEB';	// Font color subs when mouse is over
	var BorderColor='#363ACE';		// Border color
	var BorderSubColor='#363ACE';	// Border color for subs
	var BorderWidth=1;				// Border width
	var BorderBtwnElmnts=0;			// Border between elements 1 or 0
	var FontFamily="arial,comic sans ms,verdana"	// Font family menu items
	var FontSize=8;					// 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='center';		// 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=0;				// Menu offset y coordinate
	var VerCorrect=0;				// Multiple frames y correction
	var HorCorrect=0;				// Multiple frames x correction
	var LeftPaddng=2;				// Left padding
	var TopPaddng=0;				// Top padding
	var FirstLineHorizontal=1;		// 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='navig';		// Frame where first level appears
	var SecLineFrame='space';		// Frame where sub levels appear
	var DocTargetFrame='space';		// 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=1;			// 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=0;				// Keep selected path highligthed
	
	var Arrws=[hostname + 'menu/tri.gif', 5, 10, hostname + 'menu/tridown.gif', 10, 5, hostname + 'menu/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("Sommaire", hostname, "", 0, 15, 149);

Menu2=new Array("Recherche", "", "", 7, 15, 150);
	Menu2_1=new Array("Par département", hostname + "annuaire", "", 0, 15, 150);
	Menu2_2=new Array("Par ville", hostname + "annuaire/ville.php", "", 0);

	Menu2_3=new Array("Par prénom", "", "", 26);
		Menu2_3_1=new Array("Prénoms > A", hostname + "emails.php?l=A", "", 0, 15, 100);
		Menu2_3_2=new Array("Prénoms > B", hostname + "emails.php?l=B", "", 0);
		Menu2_3_3=new Array("Prénoms > C", hostname + "emails.php?l=C", "", 0);
		Menu2_3_4=new Array("Prénoms > D", hostname + "emails.php?l=D", "", 0);
		Menu2_3_5=new Array("Prénoms > E", hostname + "emails.php?l=E", "", 0);
		Menu2_3_6=new Array("Prénoms > F", hostname + "emails.php?l=F", "", 0);
		Menu2_3_7=new Array("Prénoms > G", hostname + "emails.php?l=G", "", 0);
		Menu2_3_8=new Array("Prénoms > H", hostname + "emails.php?l=H", "", 0);
		Menu2_3_9=new Array("Prénoms > I", hostname + "emails.php?l=I", "", 0);
		Menu2_3_10=new Array("Prénoms > J", hostname + "emails.php?l=J", "", 0);
		Menu2_3_11=new Array("Prénoms > K", hostname + "emails.php?l=K", "", 0);
		Menu2_3_12=new Array("Prénoms > L", hostname + "emails.php?l=L", "", 0);
		Menu2_3_13=new Array("Prénoms > M", hostname + "emails.php?l=M", "", 0);
		Menu2_3_14=new Array("Prénoms > N", hostname + "emails.php?l=N", "", 0);
		Menu2_3_15=new Array("Prénoms > O", hostname + "emails.php?l=O", "", 0);
		Menu2_3_16=new Array("Prénoms > P", hostname + "emails.php?l=P", "", 0);
		Menu2_3_17=new Array("Prénoms > Q", "", "", 0);
		Menu2_3_18=new Array("Prénoms > R", hostname + "emails.php?l=R", "", 0);
		Menu2_3_19=new Array("Prénoms > S", hostname + "emails.php?l=S", "", 0);
		Menu2_3_20=new Array("Prénoms > T", hostname + "emails.php?l=T", "", 0);
		Menu2_3_21=new Array("Prénoms > U", "", "", 0);
		Menu2_3_22=new Array("Prénoms > V", hostname + "emails.php?l=V", "", 0);
		Menu2_3_23=new Array("Prénoms > W", "", "", 0);
		Menu2_3_24=new Array("Prénoms > X", hostname + "emails.php?l=X", "", 0);
		Menu2_3_25=new Array("Prénoms > Y", hostname + "emails.php?l=Y", "", 0);
		Menu2_3_26=new Array("Prénoms > Z", "", "", 0);
	Menu2_4=new Array("Dans le monde", hostname + "annuaire/monde.php", "", 0);
	Menu2_5=new Array("<hr>", "", "", 0);
	Menu2_6=new Array("Naissances de 1891 à 1990", "", "", 6);
		Menu2_6_1=new Array("Sommaire", hostname + "naissances/index.php", "", 0, 15, 90);
		Menu2_6_2=new Array("<hr>", "", "", 0);
		Menu2_6_3=new Array("1891-1915", hostname + "naissances/periode.php?p=1891", "", 0);
		Menu2_6_4=new Array("1916-1940", hostname + "naissances/periode.php?p=1916", "", 0);
		Menu2_6_5=new Array("1941-1965", hostname + "naissances/periode.php?p=1941", "", 0);
		Menu2_6_6=new Array("1966-1990", hostname + "naissances/periode.php?p=1966", "", 0);
	Menu2_7=new Array("Recherche familiale", hostname + "recherche_famille.php", "", 0);

Menu3=new Array("Références", "", "", 3, 15, 149);
	Menu3_1=new Array("Sites référencés", hostname + "web/index.php", "", 0, 15, 150);
	Menu3_2=new Array("Dernières recherches", hostname + "web/lastsearch.php", "", 0);
	Menu3_3=new Array("Sites personnels", "", "", 2);
		Menu3_3_1=new Array("Alain", "http://perso.wanadoo.fr/atrinquier", "", 0, 15, 90);
		Menu3_3_2=new Array("Bruno", "http://www.bruno.trinquier.com/", "", 0);

Menu4=new Array("?", "", "", 5, 15, 109);
	Menu4_1=new Array("Etymologie", hostname + "etym.php", "", 0, 15, 130);
	Menu4_2=new Array("Statistiques", hostname + "bar", "", 0, 15, 130);
	Menu4_3=new Array("Impressions PDF", "", "", 6);
		Menu4_3_1=new Array("Sommaire", hostname + "pdf", "", 0, 15, 90);
		Menu4_3_2=new Array("<hr>", "", "", 0);
		Menu4_3_3=new Array("Par prénom", hostname + "pdf/emails.php", "", 0);
		Menu4_3_4=new Array("Par ville", hostname + "pdf/ville.php", "", 0);
		Menu4_3_5=new Array("Par département", hostname + "pdf/dept.php", "", 0);
		Menu4_3_6=new Array("Dans le monde", hostname + "pdf/monde.php", "", 0);
	Menu4_4=new Array("<hr>", "", "", 0);
	Menu4_5=new Array("Votez pour ce site", "http://vote.weborama.fr/fcgi-bin/vote.fcgi?39158", "", 0);

