/*
 Milonic DHTML Website Navigation Menu - Version 3.4
 Written by Andy Woolley - Copyright 2002 (c) Milonic Solutions Limited. All Rights Reserved.
 Please visit http://www.milonic.co.uk/menu or e-mail menu3@milonic.com for more information.
 
 The Free use of this menu is only available to Non-Profit, Educational & Personal web sites.
 Commercial and Corporate licenses  are available for use on all other web sites & Intranets.
 All Copyright notices MUST remain in place at ALL times and, please keep us informed of your 
 intentions to use the menu and send us your URL.
*/


//The following line is critical for menu operation, and MUST APPEAR ONLY ONCE. If you have more than one menu_array.js file rem out this line in subsequent files
menunum=0;menus=new Array();_d=document;function addmenu(){menunum++;menus[menunum]=menu;}function dumpmenus(){mt="<script language=javascript>";for(a=1;a<menus.length;a++){mt+=" menu"+a+"=menus["+a+"];"}mt+="<\/script>";_d.write(mt)}
//Please leave the above line intact. The above also needs to be enabled if it not already enabled unless this file is part of a multi pack.



////////////////////////////////////
// Editable properties START here //
////////////////////////////////////

// Special effect string for IE5.5 or above please visit http://www.milonic.co.uk/menu/filters_sample.php for more filters
if(navigator.appVersion.indexOf("MSIE 6.0")>0)
{
	effect = "Fade(duration=0.2);Alpha(style=0,opacity=100);Shadow(color='#ceb5ef', Direction=135, Strength=0)"
}
else
{
	effect = "Shadow(color='#ceb5ef', Direction=135, Strength=0)" // Stop IE5.5 bug when using more than one filter
}

if(navigator.appVersion.indexOf("MSIE 6.0")>0)
{
	effect2 = "Fade(duration=0.2);Alpha(style=0,opacity=100);Shadow(color='#ceb5ef', Direction=135, Strength=0)"
}
else
{
	effect2 = "Shadow(color='#ceb5ef', Direction=135, Strength=0)" // Stop IE5.5 bug when using more than one filter
}


timegap=800		// The time delay for menus to remain visible
followspeed=5		// Follow Scrolling speed
followrate=40		// Follow Scrolling Rate
suboffset_top=-10;	// Sub menu offset Top position 
suboffset_left=10;	// Sub menu offset Left position

//**********************************************************************

style1=[		// style1 is an array of properties. You can have as many property arrays as you need. This means that menus can have their own style.
"black",		// Mouse Off Font Color
"ceb5ef",		// Mouse Off Background Color
"ffff00",		// Mouse On Font Color
"333366",		// Mouse On Background Color
"333366",		// Menu Border Color 
11,			// Font Size in pixels
"normal",		// Font Style (italic or normal)
"bold",			// Font Weight (bold or normal)
"Arial, Verdana",	// Font Name
0,			// Menu Item Padding
"arrow.gif",		// Sub Menu Image (Leave this blank if not needed)
,			// 3D Border & Separator bar
"66ffff",		// 3D High Color
"000099",		// 3D Low Color
"black",		// Current Page Item Font Color (leave this blank to disable)
"ceb5ef",		// Current Page Item Background Color (leave this blank to disable)
"arrowdn.gif",		// Top Bar image (Leave this blank to disable)
,	// Menu Header Font Color (Leave blank if headers are not needed)
,	// Menu Header Background Color (Leave blank if headers are not needed)
"navy",		// Menu Item Separator Color
]

//**********************************************************************

style2=[		// style2 is an array of properties. You can have as many property arrays as you need. This means that menus can have their own style.
"black",		// Mouse Off Font Color
"d5d2e0",		// Mouse Off Background Color
"ffff00",		// Mouse On Font Color
"4622ce",		// Mouse On Background Color
"8888ff",		// Menu Border Color 
11,			// Font Size in pixels
"normal",		// Font Style (italic or normal)
"bold",			// Font Weight (bold or normal)
"Arial, Verdana",	// Font Name
1,			// Menu Item Padding
,		// Sub Menu Image (Leave this blank if not needed)
,			// 3D Border & Separator bar
"66ffff",		// 3D High Color
"000099",		// 3D Low Color
"white",		// Current Page Item Font Color (leave this blank to disable)
"bbbbbb",			// Current Page Item Background Color (leave this blank to disable)
"arrow.gif",		// Top Bar image (Leave this blank to disable)
"ffffff",		// Menu Header Font Color (Leave blank if headers are not needed)
"000099",		// Menu Header Background Color (Leave blank if headers are not needed)
"white",		// Menu Item Separator Color
]

//**********************************************************************

style3=[		// style3 is an array of properties.
"black",		// Mouse Off Font Color
"ebe8ff",		// Mouse Off Background Color
"ffff00",		// Mouse On Font Color
"4622ce",		// Mouse On Background Color
"8888ff",		// Menu Border Color 
11,			// Font Size in pixels
"normal",		// Font Style (italic or normal)
"bold",			// Font Weight (bold or normal)
"Arial, Verdana",	// Font Name
1,			// Menu Item Padding
,			// Sub Menu Image (Leave this blank if not needed)
,			// 3D Border & Separator bar
"66ffff",		// 3D High Color
"000099",		// 3D Low Color
"white",		// Current Page Item Font Color
"bbbbbb",		// Current Page Item Background Color 
,			// Top Bar image (Leave this blank to disable)
"ffffff",		// Menu Header Font Color 
"000099",		// Menu Header Background Color 
"white",		// Menu Item Separator Color
]

//********************************************************************

style4=[		// style4 is an array of properties.
"black",		// Mouse Off Font Color
"fefcff",		// Mouse Off Background Color
"ffff00",		// Mouse On Font Color
"4622ce",		// Mouse On Background Color
"8888ff",		// Menu Border Color 
11,			// Font Size in pixels
"normal",		// Font Style (italic or normal)
"bold",			// Font Weight (bold or normal)
"Arial, Verdana",	// Font Name
2,			// Menu Item Padding
,			// Sub Menu Image (Leave this blank if not needed)
,			// 3D Border & Separator bar
"66ffff",		// 3D High Color
"000099",		// 3D Low Color
"black",		// Current Page Item Font Color
"dddddd",		// Current Page Item Background Color
,			// Top Bar image (Leave this blank to disable)
"ffffff",		// Menu Header Font Color
"000099",		// Menu Header Background Color 
"blue",			// Menu Item Separator Color
]

//********************************************************************


addmenu(menu=[		// This is the array 
"mainmenu",		// Menu Name - This is needed for the menu to be called
73,			// Menu Top - The Top position of the menu in pixels
200,			// Menu Left - The Left position of the menu in pixels
,			// Menu Width - Menus width in pixels
0,			// Menu Border Width 
"center",		// Screen Position -  or a combination of "center:middle"
style1,			// Properties Array - this is set higher up, as above
1,			// Always Visible - allows menu to be visible (1=on/0=off)
"center",		// Alignment - text alignment
effect,			// Filter - Text variable 
0,			// Follow Scrolling 
1, 			// Horizontal Menu - 
,			// Keep Alive - Keeps the menu visible
,			// Position of TOP sub image left:center:right
,			// Set the Overall Width of Horizontal Menu to 100%
,			// Right To Left - Used in Hebrew for example. (1=on/0=off)
,			// Open the Menus OnClick - leave blank for OnMouseover
,			// ID of the div you want to hide on MouseOver
,			// Background image for menu when BGColor transparent.
,			// Scrollable Menu
,			// Reserved for future use

//**********************************************************************
// "Description Text", "URL", "Alternate URL", "Status", "Separator Bar"

	,"Home&nbsp;","../b24main.htm",,,1
	,"&nbsp;392nd&nbsp;BG&nbsp;&nbsp;&nbsp;","show-menu=392nd","../392nd/index.html",,1
	,"&nbsp;Wendling&nbsp;&nbsp;&nbsp;","show-menu=wendling","../wendling/index.html",,1
	,"&nbsp;POW&nbsp;Research&nbsp;&nbsp;&nbsp;","show-menu=pow","index.htm",,1
	,"&nbsp;Aircraft/Crews&nbsp;&nbsp;&nbsp;","show-menu=aircraft","../aircraft.htm",,1
	,"&nbsp;Missions&nbsp;&nbsp;&nbsp;","../missions/index.htm",,,1
	,"&nbsp;MACRs&nbsp;&nbsp;&nbsp;","../missions/macr.htm",,,1
	,"&nbsp;WWII&nbsp;Stories&nbsp;","../392nd/stories.htm",,,1
	,"&nbsp;Resources&nbsp;&nbsp;&nbsp;","show-menu=resources","../resrchrs/questions.htm",,1
//	,"&nbsp;The&nbsp;Search&nbsp;&nbsp;&nbsp;","show-menu=search","../search/index.htm",,1
	,"&nbsp;Guestbook&nbsp;","../guest/guest.html target=new",,,1
	])

//**********************************************************************

	addmenu(menu=["392nd",
	,,150,1,"",style2,,"left",effect,,,,,,,,,,,,
	,"&nbsp;392nd&nbsp;&&nbsp;8thAAF History","show-menu=history","../392nd/index.html",,1
	,"&nbsp;392nd&nbsp;BGMA&nbsp;Directors","../392nd/officers.htm",,,1
	,"&nbsp;Roll&nbsp;of&nbsp;Honor","../missions/honorroll.htm",,,1
	,"&nbsp;Diaries/Stories","../392nd/stories.htm",,,1
	,"&nbsp;Missions","../missions/index.htm",,,1
	,"&nbsp;MACRs","../missions/macr.htm",,,1
	,"&nbsp;Casualties/History","../missions/nomacr.htm",,,1
	,"&nbsp;Oversea&nbsp;Burials","../392nd/burials.htm",,,1
//	,"&nbsp;Aircrew&nbsp;Loading&nbsp;Lists","../missions/loadinglists/index.html",,,1
	,"&nbsp;Books/Videos/Patches","../392nd/lit.htm",,,1
	//,"&nbsp;Past&nbsp;Reunion&nbsp;Photos","../392nd/reunions.htm",,,1
	,"&nbsp;Join&nbsp;the&nbsp;392nd&nbsp;BGMA","../392nd/join.htm",,,1
	])

	addmenu(menu=["history",
		,,145,1,"",style2,,"left",effect,,,,,,,,,,,,
		,"392nd&nbsp;BG&nbsp;History","../392nd/index.html",,,1
		,"Bombing&nbsp;Survey","../392nd/survey.htm",,,1
		,"8th&nbsp;AAF&nbsp;Chronology","show-menu=combats",,,1
		])

	addmenu(menu=["combats",
		,,140,1,"",style3,,"left",effect,,,,,,,,,,,,
		,"Chronology&nbsp;-&nbsp;1942","../392nd/combat1942.htm",,,1
		,"Chronology&nbsp;-&nbsp;1943","../392nd/combat1943.htm",,,1
		,"Chronology&nbsp;-&nbsp;1944a","../392nd/combat1944a.htm",,,1
		,"Chronology&nbsp;-&nbsp;1944b","../392nd/combat1944b.htm",,,1
		,"Chronology&nbsp;-&nbsp;1945","../392nd/combat1945.htm",,,1
		])

	
	addmenu(menu=["wendling",
		,,179,1,"",style2,,"left",effect,,,,,,,,,,,,
		,"&nbsp;Wendling Main Page","../wendling/index.html",,,1
		,"&nbsp;Base Diagram with links","../wendling/map.htm",,,1
		,"&nbsp;Site 1 - Airfield","../wendling/site1.htm",,,1
		,"&nbsp;Site 2 - Headquarters","../wendling/site2.htm",,,1
		,"&nbsp;Site 3 - Officers&nbsp;Mess","../wendling/site3.htm",,,1
		,"&nbsp;Site 4 - Recreation","../wendling/site4.htm",,,1
		,"&nbsp;Site 5 - Squadron&nbsp;Quarters","../wendling/site5.htm",,,1
		,"&nbsp;Site 6 - 576th&nbsp;Quarters","../wendling/site6.htm",,,1
		,"&nbsp;Site 7 - 577th&nbsp;Quarters","../wendling/site7.htm",,,1
		,"&nbsp;Site 8 - 579th&nbsp;Quarters","wendling/site8.htm",,,1
		,"&nbsp;Site 9 - Squadron&nbsp;Quarters","../wendling/site9.htm",,,1
		,"&nbsp;Site 10 - 578th&nbsp;Quarters","../wendling/site10.htm",,,1
		,"&nbsp;Site 11 - W.A.A.F.","../wendling/site11.htm",,,1
		,"&nbsp;Site 12 - Red&nbsp;Cross&nbsp;HQ/WAAF","../wendling/site12.htm",,,1
		,"&nbsp;Site 13 - Hospital","../wendling/site13.htm",,,1
		,"&nbsp;Site 14 - Sewage&nbsp;Disposal","../wendling/site14.htm",,,1
		,"&nbsp;Photos&nbsp;from&nbsp;1944","../wendling44/index.html",,,1
		,"&nbsp;Researcher&nbsp;Ben&nbsp;Jones","../resrchrs/index.htm#ben",,,1
		])

	addmenu(menu=["pow",
		,,180,1,"",style2,,"left",effect,,,,,,,,,,,,
		,"&nbsp;POW&nbsp;Main&nbsp;Page","../pow/index.htm",,,1
		,"&nbsp;POW&nbsp;Maps","../pow/maps.htm",,,1
		,"&nbsp;Dulug&nbsp;Luft","../pow/dulag.htm",,,1
		,"&nbsp;Stalag&nbsp;Luft&nbsp;#1&nbsp;-&nbsp;Barth","../pow/stalag1.htm",,,1
		,"&nbsp;Stalag&nbsp;Luft&nbsp;#3&nbsp;-&nbsp;Sagan","../pow/stalag3.htm",,,1
		,"&nbsp;Stalag&nbsp;Luft&nbsp;#4&nbsp;-&nbsp;Gross Tychow","../pow/stalag4.htm",,,1
		,"&nbsp;Stalag&nbsp;Luft&nbsp;#6&nbsp;-&nbsp;Heydekrug","../pow/stalag6.htm",,,1
		,"&nbsp;Stalag&nbsp;Luft&nbsp;#7a&nbsp;-&nbsp;Moosburg","../pow/stalag7.htm",,,1
		,"&nbsp;Stalag&nbsp;Luft&nbsp;#13d&nbsp;-&nbsp;Nurnburg","../pow/stalag13.htm",,,1
		,"&nbsp;Stalag&nbsp;Luft&nbsp;#17b&nbsp;-&nbsp;Krems","../pow/stalag17.htm",,,1
		,"&nbsp;Death&nbsp;March&nbsp;from&nbsp;Luft&nbsp;4","../pow/march.htm",,,1
		,"&nbsp;Harts&nbsp;War Commentary","../pow/hartswar.htm",,,1
		,"&nbsp;Researcher&nbsp;Greg&nbsp;Hatton","../resrchrs/index.htm#greg",,,1
		])

	addmenu(menu=["aircraft",
		,,170,1,"",style2,,"left",effect,,,,,,,,,,,,
		,"&nbsp;Main&nbsp;Page","../aircraft.htm",,,1
		,"&nbsp;392nd&nbsp;B-24&nbsp;Dispositions","../aircraft/disposit.htm",,,1
		,"&nbsp;392nd&nbsp;B-24&nbsp;Photos","../aircraft/index.html",,,1
		,"&nbsp;392nd&nbsp;nose&nbsp;art","../nose/index.html",,,1
		,"&nbsp;Aircrew&nbsp;Loading&nbsp;Lists","../missions/loadinglists/index.html",,,1
		,"&nbsp;392nd&nbsp;aircrews&nbsp;photos","../aircrew/index.html",,,1
		,"&nbsp;392nd&nbsp;crash&nbsp;site&nbsp;photos","../crashsites/index.html",,,1
		,"&nbsp;392nd&nbsp;Support&nbsp;Crew&nbsp;photos","../support/index.html",,,1
		])
	
	
	addmenu(menu=["missions",
		,,145,1,"",style2,,"left",effect,,,,,,,,,,,,
		,"&nbsp;Missions Introduction","../missions/index.htm",,,1
		,"&nbsp;Missions - 9/43 - 2/44","../missions/parta.htm",,,1
		,"&nbsp;Missions - 3/44 - 4/44","../missions/partb.htm",,,1
		,"&nbsp;Missions - 5/44 - 6/44","../missions/partc.htm",,,1
		,"&nbsp;Missions - 7/44 - 9/44","../missions/partd.htm",,,1
		,"&nbsp;Missions - 10/44 - 1/45","../missions/parte.htm",,,1
		,"&nbsp;Missions &nbsp;- &nbsp;2/45 - 4/45","../missions/partf.htm",,,1
		,"&nbsp;8thAAF Bombing Survey","392nd/survey.htm",,,1
		])
	
	addmenu(menu=["macrs",
		,,160,1,"",style2,,"left",effect,,,,,,,,,,,,
		,"&nbsp;MACR Main Page","../missions/macr.htm",,,1
		,"&nbsp;MACRs - 1943","../missions/macr1.htm",,,1
		,"&nbsp;MACRs - 1/44 to 3/44","../missions/macr2.htm",,,1
		,"&nbsp;MACRs - 3/18/44","../missions/macr2a.htm",,,1
		,"&nbsp;MACRs - 3/44 to 4/44","../missions/macr3.htm",,,1
		,"&nbsp;MACRs - 5/44 to 6/44","../missions/macr3a.htm",,,1
		,"&nbsp;MACRs - 7/44 to 8/44","../missions/macr4.htm",,,1
		,"&nbsp;MACRs - Sept 1944","../missions/macr4a.htm",,,1
		,"&nbsp;MACRs - 10/44 to 12/44","../missions/macr5.htm",,,1
		,"&nbsp;MACRs - 1945","../missions/macr6.htm",,,1
		,"&nbsp;Casualties not in MACRs","../missions/nomacr.htm",,,1
		])

	addmenu(menu=["resources",
		,,140,1,"",style2,,"left",effect,,,,,,,,,,,,
		,"&nbsp;Research Questions","../resrchrs/questions.htm",,,1
		,"&nbsp;392nd BG Questions","../resrchrs/392nd.htm",,,1
		,"&nbsp;392nd Aircrew Search","../resrchrs/392nd.htm",,,1
		,"&nbsp;8th AAF contacts","../resrchrs/BGlistings.htm",,,1
		,"&nbsp;Government resources","../resrchrs/govlstings.htm",,,1
		,"&nbsp;Research Staff","../resrchrs/index.htm",,,1
		,"&nbsp;Site Map&nbsp;","../sitemap.htm",,,1
		,"&nbsp;Other Websites&nbsp;","../links/index.htm",,,1
		])

	addmenu(menu=["search",
		,,180,1,"",style2,,"left",effect,,,,,,,,,,,,
		,"&nbsp;1986 The Beginning","../search/index.htm",,,1
		,"&nbsp;1991 Veterans meetings","../search/vets.htm",,,1
		,"&nbsp;1989/94 Air Shows","../search/airshows.htm",,,1
		,"&nbsp;1992 Trip to England","../search/england1992.htm",,,1
		,"&nbsp;1992 Foreign cemetaries","../search/cross.htm",,,1
		,"&nbsp;1993 Trip to Germany","../search/germany1993.htm",,,1
		,"&nbsp;1993 Finding the families","../search/families.htm",,,1
		,"&nbsp;1996 Visit to Germany","../search/germany1996.htm",,,1
		,"<img src=arrowleft.gif border=0>&nbsp;&nbsp;The Five Crash Sites","show-menu=sites",,,1
		,"&nbsp;1989 My ride in a B-24","../search/flyb24.htm",,,1
		,"&nbsp;Research reflections","../search/reflect.htm",,,1
		,"&nbsp;Books Crew History","../books/index.htm",,,1
		,"&nbsp;Researcher Jim Marsteller","../resrchrs/index.htm#jim",,,1
		])

	addmenu(menu=["sites",
		,,140,1,"",style4,,"left",effect,,,,,,,,,,,,
		,"&nbsp;&nbsp;Books Crew site&nbsp;&nbsp;&nbsp;&nbsp;<img src=arrowright.gif border=0>","show-menu=bookscrash",,,1
		,"&nbsp;&nbsp;Johnson Crew site","../search/site2.htm",,,1
		,"&nbsp;&nbsp;Raschke Crew site","../search/site3.htm",,,1
		,"&nbsp;&nbsp;Anderson Crew site","../search/site4.htm",,,1
		,"&nbsp;&nbsp;Croft Crew site","../search/site5.htm",,,1
		])

	addmenu(menu=["bookscrash",200
		,,160,1,"",style4,,"left",effect,,,,,,,,,,,,
	,"The Kreuz Inn","../search/site1.htm",,,1
	,"Eyewitness Georg Laufer","../search/booksPART2.htm",,,1
	,"The Tischneck Crash Site","../search/booksPART3.htm",,,1
	,"Eyewitness Johannes Storz","../search/booksPART4.htm",,,1
	])

dumpmenus()