/***********************************************************************************
*	(c) Ger Versluis 2000 version 8.2 24 April 2002	          *
*	You may use this script on non commercial sites.	          *
*	For info write to menus@burmees.nl		          *
*	You may remove all comments for faster loading	          *		
***********************************************************************************/
	var NoOffFirstLineMenus=3;			// Number of main menu  items
						// Colorvariables:
						// Color variables take HTML predefined color names or "#rrggbb" strings
						//For transparency make colors and border color ""
	var LowBgColor='#D28B3C';			// Background color when mouse is not over
	var LowSubBgColor='#D28B3C';			// Background color when mouse is not over on subs
	var HighBgColor='black';			// Background color when mouse is over
	var HighSubBgColor='black';			// Background color when mouse is over on subs
	var FontLowColor='black';			// Font color when mouse is not over
	var FontSubLowColor='black';			// Font color subs when mouse is not over
	var FontHighColor='white';			// 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=2;				// Border width
	var BorderBtwnElmnts=1;			// Border between elements 1 or 0
	var FontFamily="arial,comic sans ms,technical"	// Font family menu items
	var FontSize=10;				// 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="centerjustify";			// Menu horizontal position can be: left, center, right, justify,
						//  leftjustify, centerjustify or rightjustify. PartOfWindow determines part of window to use
	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=68;				// 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=10;				// Left padding
	var TopPaddng=2;				// Top padding
	var FirstLineHorizontal=1;			// First level items layout horizontal 1 or 0
	var MenuFramesVertical=1;			// Frames in cols or rows 1 or 0
	var DissapearDelay=250;			// delay before menu folds in
	var UnfoldDelay=100;			// delay before sub unfolds	
	var TakeOverBgColor=1;			// Menu frame takes over background color subitem frame
	var FirstLineFrame='';			// Frame where first level appears
	var SecLineFrame='';			// Frame where sub levels appear
	var DocTargetFrame='';			// Frame where target documents appear
	var TargetLoc='MenuPos';				// span id for relative positioning
	var MenuWrap=1;				// enables/ disables menu wrap 1 or 0
	var RightToLeft=0;				// enables/ disables right to left unfold 1 or 0
	var BottomUp=0;				// enables/ disables Bottom up unfold 1 or 0
	var UnfoldsOnClick=0;			// Level 1 unfolds onclick/ onmouseover
	var ShowArrow=0;				// Uses arrow gifs when 1

	var BaseHref="";				// BaseHref lets you specify the root directory for relative links. 
						// The script precedes your relative links with BaseHref
						// For instance: 
						// when your BaseHref= "http://www.MyDomain/" and a link in the menu is "subdir/MyFile.htm",
						// the script renders to: "http://www.MyDomain/subdir/MyFile.htm"
						// Can also be used when you use images in the textfields of the menu
						// "MenuX=new Array("<img src=\""+BaseHref+"MyImage\">"
						// For testing on your harddisk use syntax like: BaseHref="file:///C|/MyFiles/Homepage/"

	var Arrws=[BaseHref+"tri.gif",5,10,BaseHref+"tridown.gif",10,5,BaseHref+"trileft.gif",5,10,BaseHref+"triup.gif",10,5];

						// Arrow source, width and height.
						// If arrow images are not needed keep source ""

	var MenuUsesFrames=0;			// MenuUsesFrames is only 0 when Main menu, submenus,
						// document targets and script are in the same frame.
						// In all other cases it must be 1

	var RememberStatus=0;			// RememberStatus: When set to 1, menu unfolds to the presetted menu item. 
						// When set to 2 only the relevant main item stays highligthed
						// The preset is done by setting a variable in the head section of the target document.
						// <head>
						//	<script type="text/javascript">var SetMenu="2_2_1";</script>
						// </head>
						// 2_2_1 represents the menu item Menu2_2_1=new Array(.......
	var PartOfWindow=1;			// PartOfWindow: When MenuCentered is justify, sets part of window width to stretch to

						// Below some pretty useless effects, since only IE6+ supports them
						// I provided 3 effects: MenuSlide, MenuShadow and MenuOpacity
						// If you don't need MenuSlide just leave in the line var MenuSlide="";
						// delete the other MenuSlide statements
						// In general leave the MenuSlide you need in and delete the others.
						// Above is also valid for MenuShadow and MenuOpacity
						// You can also use other effects by specifying another filter for MenuShadow and MenuOpacity.
						// You can add more filters by concanating the strings
	var MenuSlide="";
	var MenuSlide="progid:DXImageTransform.Microsoft.RevealTrans(duration=.5, transition=19)";
	var MenuSlide="progid:DXImageTransform.Microsoft.GradientWipe(duration=.5, wipeStyle=1)";

	var MenuShadow="";
	var MenuShadow="progid:DXImageTransform.Microsoft.DropShadow(color=#888888, offX=2, offY=2, positive=1)";
	var MenuShadow="progid:DXImageTransform.Microsoft.Shadow(color=#888888, direction=135, strength=3)";

	var MenuOpacity="";
	var MenuOpacity="progid:DXImageTransform.Microsoft.Alpha(opacity=100)";

	function BeforeStart(){return}
	function AfterBuild(){return}
	function BeforeFirstOpen(){return}
	function AfterCloseAll(){return}

// Menu tree:
// MenuX=new Array("ItemText","Link","background image",number of sub elements,height,width,"bgcolor","bghighcolor",
//	"fontcolor","fonthighcolor","bordercolor","fontfamily",fontsize,fontbold,fontitalic,"textalign","statustext");
// Color and font variables defined in the menu tree take precedence over the global variables
// Fontsize, fontbold and fontitalic are ignored when set to -1.
// For rollover images ItemText format is:  "rollover?"+BaseHref+"Image1.jpg?"+BaseHref+"Image2.jpg" 

Menu1=new Array("Accueil","http://www.aero-relic.org/","",0,20,220,"black","","white","red","","",-1,-1,-1,"","");

Menu2=new Array("Version Francaise","","",22,20,220,"","","","","","",-1,-1,-1,"","");
	Menu2_1=new Array("Introduction","http://www.aero-relic.org/Francais/Presentation/f-01-presentation.htm","",0,20,220,"","","","","","",-1,-1,-1,"","");
	Menu2_2=new Array("Historique","http://www.aero-relic.org/Francais/Presentation/f-02-historique.htm","",0,20,220,"","","","","","",-1,-1,-1,"","");
	Menu2_3=new Array("Mis à jour le 20/03/07","","",0,20,220,"black","","red","red","","",-1,-1,-1,"","");
	Menu2_4=new Array("B-17 42-30500 S/Lt Meyers","http://www.aero-relic.org/Francais/B-17_42-30500_Meyers/f-00-b17meyers.htm","",0,20,220,"","","","","","",-1,-1,-1,"","");
	Menu2_5=new Array("B-17 42-31044 S/Lt Chaplick","http://www.aero-relic.org/Francais/B-17_42-31044_Chaplick/f-00-b17chaplick.htm","",0,20,220,"","","","","","",-1,-1,-1,"","");
	Menu2_6=new Array("B-24 41-29382 S/Lt Trotter","http://www.aero-relic.org/Francais/B-24_41-29382_Trotter/f-00-b24trotter.htm","",0,20,220,"","","","","","",-1,-1,-1,"","");
	Menu2_7=new Array("B-24 41-29412 Capt Hornbaker","http://www.aero-relic.org/Francais/B-24_41-29412_Hornbaker/f-00-b24hornbaker.htm","",0,20,220,"","","","","","",-1,-1,-1,"","");
	Menu2_8=new Array("B-24 42-40105 S/Lt Mc Collum","http://www.aero-relic.org/Francais/B-24_42-40105_Mc_Collum/f-00-b24mccollum.htm","",0,20,220,"","","","","","",-1,-1,-1,"","");
	Menu2_9=new Array("B-24 42-52399 S/Lt Maroney","http://www.aero-relic.org/Francais/B-24_42-52399_Maroney/f-00-b24maroney.htm","",0,20,220,"","","","","","",-1,-1,-1,"","");
	Menu2_10=new Array("B-24 42-52463 S/Lt Garniss","http://www.aero-relic.org/Francais/B-24_42-52463_Garniss/f-00-b24garniss.htm","",0,20,220,"","","","","","",-1,-1,-1,"","");
	Menu2_11=new Array("B-24 42-78092 S/Lt Parrish","http://www.aero-relic.org/Francais/B-24_42-78092_Parrish/f-00-b24parrish.htm","",0,20,220,"","","","","","",-1,-1,-1,"","");
	Menu2_12=new Array("B-24 42-78213 S/Lt Batz","http://www.aero-relic.org/Francais/B-24_42-78213_Batz/f-00-b24batz.htm","",0,20,220,"","","","","","",-1,-1,-1,"","");
	Menu2_13=new Array("B-24 42-78243 S/Lt Desjardins","http://www.aero-relic.org/Francais/B-24_42-78243_Desjardins/f-00-b24desjardins.htm","",0,20,220,"","","","","","",-1,-1,-1,"","");
	Menu2_14=new Array("B-26 42-107726 Capt Cartier","http://www.aero-relic.org/Francais/B-26_42-107726_Cartier/f-00-b26cartier.htm","",0,20,220,"","","","","","",-1,-1,-1,"","");
	Menu2_15=new Array("C-47 42-24096 Capt Eden","http://www.aero-relic.org/Francais/C-47_42-24096_Eden/f-00-c47eden.htm","",0,20,220,"","","","","","",-1,-1,-1,"","");
	Menu2_16=new Array("F-5A 42-13286 Capt Webb","http://www.aero-relic.org/Francais/F-5A_42-13286_Webb/f-00-webbf5a.htm","",0,20,220,"","","","","","",-1,-1,-1,"","");
	Menu2_17=new Array("F-5B 42-68223 Cmdt St. Exupéry","http://www.aero-relic.org/Francais/F-5B_42-68223_St_Exupery/f-00-stexuperyf5b.htm","",0,20,220,"","","","","","",-1,-1,-1,"","");
	Menu2_18=new Array("LeO 451 502 Sgt/M Biondi","http://www.aero-relic.org/Francais/Leo451_502_Biondi/f-00-biondileo45.htm","",0,20,220,"","","","","","",-1,-1,-1,"","");
	Menu2_19=new Array("P-38 43-2543 S/Lt Riley","http://www.aero-relic.org/Francais/P-38_43-2543_Riley/f-00-p38riley.htm","",0,20,220,"","","","","","",-1,-1,-1,"","");
	Menu2_20=new Array("P-38 43-2545 S/Lt Greenup","http://www.aero-relic.org/Francais/P-38_43-2545_Greenup/f-00-p38greenup.htm","",0,20,220,"","","","","","",-1,-1,-1,"","");
	Menu2_21=new Array("P-47 42-26878 Capt Auber","http://www.aero-relic.org/Francais/P-47_42-26878_Auber/f-00-p47auber.htm","",0,20,220,"","","","","","",-1,-1,-1,"","");
	Menu2_22=new Array("SNJ 51921 Portner","http://www.aero-relic.org/Francais/SNJ_51921_Portner/f-00-snjportner.htm","",0,20,220,"","","","","","",-1,-1,-1,"","");

	
Menu3=new Array("English Version","","",20,20,220,"","","","","","",-1,-1,-1,"","");
	Menu3_1=new Array("Introduction","http://www.aero-relic.org/English/Presentation/e-01-presentation.htm","",0,20,220,"","","","","","",-1,-1,-1,"","");
	Menu3_2=new Array("History","http://www.aero-relic.org/English/Presentation/e-02-history.htm","",0,20,220,"","","","","","",-1,-1,-1,"","");
	Menu3_3=new Array("Updated 29/11/04","","",0,20,220,"black","","red","red","","",-1,-1,-1,"","");
	Menu3_4=new Array("B-17 42-30500 S/Lt Meyers","http://www.aero-relic.org/English/B-17_42-30500_Meyers/e-00-b17meyers.htm","",0,20,220,"","","","","","",-1,-1,-1,"","");
	Menu3_5=new Array("B-17 42-31044 S/Lt Chaplick","http://www.aero-relic.org/English/B-17_42-31044_Chaplick/e-00-b17chaplick.htm","",0,20,220,"","","","","","",-1,-1,-1,"","");
	Menu3_6=new Array("B-24 41-29382 S/Lt Trotter","http://www.aero-relic.org/English/B-24_41-29382_Trotter/e-00-b24trotter.htm","",0,20,220,"","","","","","",-1,-1,-1,"","");
	Menu3_7=new Array("B-24 41-29412 Capt Hornbaker","http://www.aero-relic.org/English/B-24_41-29412_Hornbaker/e-00-b24hornbaker.htm","",0,20,220,"","","","","","",-1,-1,-1,"","");
	Menu3_8=new Array("B-24 42-40105 S/Lt Mc Collum","http://www.aero-relic.org/English/B-24_42-40105_Mc_Collum/e-00-b24mccollum.htm","",0,20,220,"","","","","","",-1,-1,-1,"","");
	Menu3_9=new Array("B-24 42-52399 S/Lt Maroney","http://www.aero-relic.org/English/B-24_42-52399_Maroney/e-00-b24maroney.htm","",0,20,220,"","","","","","",-1,-1,-1,"","");
	Menu3_10=new Array("B-24 42-52463 S/Lt Garniss","http://www.aero-relic.org/English/B-24_42-52463_Garniss/e-00-b24garniss.htm","",0,20,220,"","","","","","",-1,-1,-1,"","");
	Menu3_11=new Array("B-24 42-78092 S/Lt Parrish","http://www.aero-relic.org/English/B-24_42-78092_Parrish/e-00-b24parrish.htm","",0,20,220,"","","","","","",-1,-1,-1,"","");
	Menu3_12=new Array("B-24 42-78213 S/Lt Batz","http://www.aero-relic.org/English/B-24_42-78213_Batz/e-00-b24batz.htm","",0,20,220,"","","","","","",-1,-1,-1,"","");
	Menu3_13=new Array("B-24 42-78243 S/Lt Desjardins","http://www.aero-relic.org/English/B-24_42-78243_Desjardins/e-00-b24desjardins.htm","",0,20,220,"","","","","","",-1,-1,-1,"","");
	Menu3_14=new Array("B-26 42-107726 Capt Cartier","http://www.aero-relic.org/English/B-26_42-107726_Cartier/e-00-b26cartier.htm","",0,20,220,"","","","","","",-1,-1,-1,"","");
	Menu3_15=new Array("F-5A 42-13286 Capt Webb","http://www.aero-relic.org/English/F-5A_42-13286_Webb/e-00-webbf5a.htm","",0,20,220,"","","","","","",-1,-1,-1,"","");
	Menu3_16=new Array("F-5B 42-68223 Cmdr St. Exupéry","http://www.aero-relic.org/English/F-5B_42-68223_St_Exupery/e-00-stexuperyf5b.htm","",0,20,220,"","","","","","",-1,-1,-1,"","");
	Menu3_17=new Array("","","",0,20,220,"","","","","","",-1,-1,-1,"","");
	Menu3_18=new Array("P-38 43-2543 S/Lt Riley","http://www.aero-relic.org/English/P-38_43-2543_Riley/e-00-p38riley.htm","",0,20,220,"","","","","","",-1,-1,-1,"","");
	Menu3_19=new Array("P-38 43-2545 S/Lt Greenup","http://www.aero-relic.org/English/P-38_43-2545_Greenup/e-00-p38greenup.htm","",0,20,220,"","","","","","",-1,-1,-1,"","");
	Menu3_20=new Array("P-47 42-26878 Capt Auber","http://www.aero-relic.org/English/P-47_42-26878_Auber/e-00-p47auber.htm","",0,20,220,"","","","","","",-1,-1,-1,"","");

