/*
 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=88);Shadow(color='#777777', Direction=135, Strength=5)"
}
else
{
	effect = "Shadow(color='#777777', Direction=135, Strength=5)" // Stop IE5.5 bug when using more than one filter
}


timegap=500			// 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.
"#000000",				// Mouse Off Font Color
"#ffffff",			// Mouse Off Background Color
"ffebdc",			// Mouse On Font Color
"#ff0000",			// Mouse On Background Color
"000000",			// Menu Border Color 
12,					// Font Size in pixels
"normal",			// Font Style (italic or normal)
"bold",				// Font Weight (bold or normal)
"Verdana, Arial",	// Font Name
4,					// 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
,			// Current Page Item Font Color (leave this blank to disable)
,				// Current Page Item Background Color (leave this blank to disable)
"arrowdn.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)
"navy",			// Menu Item Separator Color
]


addmenu(menu=[		// This is the array that contains your menu properties and details
"mainmenu",			// Menu Name - This is needed in order for the menu to be called
,					// Menu Top - The Top position of the menu in pixels
,				// Menu Left - The Left position of the menu in pixels
,					// Menu Width - Menus width in pixels
1,					// Menu Border Width 
"center",					// Screen Position - here you can use "center;left;right;middle;top;bottom" or a combination of "center:middle"
style1,				// Properties Array - this is set higher up, as above
1,					// Always Visible - allows the menu item to be visible at all time (1=on/0=off)
"left",				// Alignment - sets the menu elements text alignment, values valid here are: left, right or center
,				// Filter - Text variable for setting transitional effects on menu activation - see above for more info
,					// Follow Scrolling - Tells the menu item to follow the user down the screen (visible at all times) (1=on/0=off)
1, 					// Horizontal Menu - Tells the menu to become horizontal instead of top to bottom style (1=on/0=off)
,					// Keep Alive - Keeps the menu visible until the user moves over another menu or clicks elsewhere on the page (1=on/0=off)
,					// Position of TOP sub image left:center:right
,					// Set the Overall Width of Horizontal Menu to 100% and height to the specified amount (Leave blank to disable)
,					// Right To Left - Used in Hebrew for example. (1=on/0=off)
,					// Open the Menus OnClick - leave blank for OnMouseover (1=on/0=off)
,					// ID of the div you want to hide on MouseOver (useful for hiding form elements)
,					// Background image for menu when BGColor set to transparent.
,					// Scrollable Menu
,					// Reserved for future use
,"What's New","http://www.redpilot.com/news.html",,"",1 // "Description Text", "URL", "Alternate URL", "Status", "Separator Bar"
,"Virtual&nbsp;Museum&nbsp;&nbsp;","show-menu=museum",,"",1
,"&nbsp;Articles&nbsp;&nbsp;","show-menu=hrestore",,"",1
,"In&nbsp;Action&nbsp;&nbsp;","show-menu=inaction",,"",1
,"Buy&nbsp;Online&nbsp;&nbsp;","show-menu=buy",,"",1
,"Forum","http://redpilot.proboards46.com/",,"",1
,"Newsletter&nbsp;&nbsp;","show-menu=nl",,"",1
,"Links","http://www.redpilot.com/links.html",,"",1
,"About","http://www.redpilot.com/about.html",,"",1
])

	addmenu(menu=["museum",
	,,120,1,"",style1,,"left",effect,,,,,,,,,,,,
	,"Helmets","show-menu=helmets",,,1
	,"Oxygen Masks","show-menu=km",,,1
	,"Flight Suits","show-menu=fsuits",,,1
	,"Accessories","show-menu=accessories",,,1
	,"1890-1950 Flight Gear","show-menu=ww2",,,1
	])
	
	
		addmenu(menu=["helmets",
		,,170,1,"",style1,,"left",effect,,,,,,,,,,,,
		,"Cloth Helmets","show-menu=clothhelmets",,,0
		,"Leather Helmets","show-menu=leatherhelmets",,,0
		,"GSh Type","show-menu=gshhelmets",,,0
		,"ZSh Type","show-menu=zshhelmets",,,0
		])

			addmenu(menu=["zshhelmets",
			,,120,1,"",style1,,"left",effect,,,,,,,,,,,,
			,"ZSh-3","http://www.redpilot.com/museum/helmets/zsh/zsh3.html",,,
			,"ZSh-3M","http://www.redpilot.com/museum/helmets/zsh/zsh3m.html",,,
			,"ZSh-3B","http://www.redpilot.com/museum/helmets/zsh/zsh3b.html",,,
			,"ZSh-5","http://www.redpilot.com/museum/helmets/zsh/zsh5.html",,,
			,"ZSh-5AP","http://www.redpilot.com/museum/helmets/zsh/zsh5ap.html",,,
			,"ZSh-5A","http://www.redpilot.com/museum/helmets/zsh/zsh5a.html",,,
			,"ZSh-5B","http://www.redpilot.com/museum/helmets/zsh/zsh5b.html",,,
			,"ZSh-5MKV2","http://www.redpilot.com/museum/helmets/zsh/zsh5mkv2.html",,,
			,"ZSh-7A","http://www.redpilot.com/museum/helmets/zsh/zsh7a.html",,,
			,"ZSh-7AN","http://www.redpilot.com/museum/helmets/zsh/zsh7an.html",,,
			,"ZSh-7AS","http://www.redpilot.com/museum/helmets/zsh/zsh7as.html",,,
			,"ZSh-7AP","http://www.redpilot.com/museum/helmets/zsh/zsh7ap.html",,,
			,"ZSh-7APN","http://www.redpilot.com/museum/helmets/zsh/zsh7apn.html",,,
			,"ZSh-7APS","http://www.redpilot.com/museum/helmets/zsh/zsh7aps.html",,,
			])
			
			addmenu(menu=["gshhelmets",
			,,120,1,"",style1,,"left",effect,,,,,,,,,,,,
			,"GSh-4MS","http://www.redpilot.com/museum/helmets/gsh/gsh4ms.html",,,
			,"GSh-6","http://www.redpilot.com/museum/helmets/gsh/gsh6.html",,,
			,"GSh-6M","http://www.redpilot.com/museum/helmets/gsh/gsh6m.html",,,
			,"GSh-6A","http://www.redpilot.com/museum/helmets/gsh/gsh6a.html",,,
			,"GSh-6LP","http://www.redpilot.com/museum/helmets/gsh/gsh6lp.html",,,

			])
			
			addmenu(menu=["leatherhelmets",
			,,120,1,"",style1,,"left",effect,,,,,,,,,,,,
			,"Unidentified","http://www.redpilot.com/museum/helmets/leather/lhelmet.html",,,
			,"ShL-50 Series","http://www.redpilot.com/museum/helmets/leather/shl50.html",,,
			,"ShL-61 Series","http://www.redpilot.com/museum/helmets/leather/shl61.html",,,
			,"ShL-78 Series","http://www.redpilot.com/museum/helmets/leather/shl78.html",,,
			,"ShL-82 Series","http://www.redpilot.com/museum/helmets/leather/shl82.html",,,
			])
			
			addmenu(menu=["clothhelmets",
			,,120,1,"",style1,,"left",effect,,,,,,,,,,,,
			,"Unidentified","http://www.redpilot.com/museum/helmets/cloth/clhelmet.html",,,
			,"Unidentified #2","http://www.redpilot.com/museum/helmets/cloth/clhelmet2.html",,,
			])
			
		addmenu(menu=["km",
		,,170,1,"",style1,,"left",effect,,,,,,,,,,,,
		,"KM-15A","http://www.redpilot.com/museum/km/km15a.html",,,0
		,"KM-15I","http://www.redpilot.com/museum/km/km15i.html",,,0
		,"KM-16A","http://www.redpilot.com/museum/km/km16a.html",,,0
		,"KM-16N","http://www.redpilot.com/museum/km/km16n.html",,,0
		,"KM-19","http://www.redpilot.com/museum/km/km19.html",,,0
		,"KM-30M","http://www.redpilot.com/museum/km/km30m.html",,,0
		,"KM-32","http://www.redpilot.com/museum/km/km32.html",,,0
		,"KM-32AG","http://www.redpilot.com/museum/km/km32ag.html",,,0
		,"KM-32 NBC","http://www.redpilot.com/museum/km/km32nbc.html",,,0
		,"KM-32P","http://www.redpilot.com/museum/km/km32p.html",,,0
		,"KM-34","http://www.redpilot.com/museum/km/km34.html",,,0
		,"KM-34/KM-34D Hybrid","http://www.redpilot.com/museum/km/km34-34dhyb.html",,,0
		,"KM-34D","http://www.redpilot.com/museum/km/km34d.html",,,0
		,"KM-34D Series 2","http://www.redpilot.com/museum/km/km34ds2.html",,,0
		,"KM-34D Series 2/KM-35 Hybrid","http://www.redpilot.com/museum/km/km34ds2-35hyb.html",,,0
		,"KM-35M","http://www.redpilot.com/museum/km/km35m.html",,,0
		,"KM-35MS","http://www.redpilot.com/museum/km/km35ms.html",,,0
		,"KM-36","http://www.redpilot.com/museum/km/km36.html",,,0
		])
		
		addmenu(menu=["accessories",
		,,180,1,"",style1,,"left",effect,,,,,,,,,,,,
		,"ASP-74","http://www.redpilot.com/museum/acc/asp74.html",,,
		,"IPS-72","http://www.redpilot.com/museum/acc/ips72.html",,,
		,"Komar-2MP","http://www.redpilot.com/museum/acc/komar2mp.html",,,
		,"LA-3 / LA-5","http://www.redpilot.com/museum/acc/la3-5.html",,,
		,"MSK-3M Boots","http://www.redpilot.com/museum/acc/msk3m-boots.html",,,
		,"NPL-M","http://www.redpilot.com/museum/acc/npl-m.html",,,
		,"NPSh-M","http://www.redpilot.com/museum/acc/npsh-m.html",,,
		,"PO-1M","http://www.redpilot.com/museum/acc/po1m.html",,,
		,"R855-UM Type C","http://www.redpilot.com/museum/acc/r855um-c.html",,,
		,"Soviet Air Force Officer's Dagger","http://www.redpilot.com/museum/acc/dagger.html",,,
		,"VMSK Boots","http://www.redpilot.com/museum/acc/vmskboots.html",,,		
		])
		
		addmenu(menu=["fsuits",
		,,110,1,"",style1,,"left",effect,,,,,,,,,,,,
		,"VKK Suits","show-menu=vkksuits",,,0
		,"PPK Suits","show-menu=ppksuits",,,0
		,"Other Suits","show-menu=othersuits",,,0	
		])
		
			addmenu(menu=["vkksuits",
			,,120,1,"",style1,,"left",effect,,,,,,,,,,,,
			,"VKK-3M","http://www.redpilot.com/museum/suits/vkk/vkk-3m.html",,,
			,"VKK-4P","http://www.redpilot.com/museum/suits/vkk/vkk-4p.html",,,
			,"VKK-6D","http://www.redpilot.com/museum/suits/vkk/vkk-6d.html",,,
			,"VKK-6M","http://www.redpilot.com/museum/suits/vkk/vkk-6m.html",,,
			,"VKK-6MP-1","http://www.redpilot.com/museum/suits/vkk/vkk-6mp-1.html",,,
			,"VKK-15K","http://www.redpilot.com/museum/suits/vkk/vkk-15k.html",,,
			,"VKK-15T","http://www.redpilot.com/museum/suits/vkk/vkk-15t.html",,,
			,"VKK Socks","http://www.redpilot.com/museum/suits/vkk/vkksocks.html",,,
			])
			
			addmenu(menu=["ppksuits",
			,,120,1,"",style1,,"left",effect,,,,,,,,,,,,
			,"PPK-1U","http://www.redpilot.com/museum/suits/ppk/ppk-1u.html",,,
			])
			
			addmenu(menu=["othersuits",
			,,120,1,"",style1,,"left",effect,,,,,,,,,,,,
			,"Camouflage Suit","http://www.redpilot.com/museum/suits/other/camosuit.html",,,
			,"MSK-3M","show-menu=msk3m",,,0
			,"VK-3M","http://www.redpilot.com/museum/suits/other/vk-3m.html",,,
			,"VMSK-4","show-menu=vmsk4",,,0
			])
				
				addmenu(menu=["vmsk4",
				,,140,1,"",style1,,"left",effect,,,,,,,,,,,,
				,"VKK-6MP-1","http://www.redpilot.com/museum/suits/vkk/vkk-6mp-1.html",,,
				,"TZK-2M / TZCH-2","http://www.redpilot.com/museum/suits/other/tzk2m-tzch2.html",,,
				,"VMSK-4 / GP-2M-1","http://www.redpilot.com/museum/suits/other/vmsk4-gp2m1.html",,,
				,"ASP-74","http://www.redpilot.com/museum/acc/asp74.html",,,
				,"VMSK Boots","http://www.redpilot.com/museum/acc/vmskboots.html",,,
				])
				
				addmenu(menu=["msk3m",
				,,140,1,"",style1,,"left",effect,,,,,,,,,,,,
				,"TVK-3 / TVN","http://www.redpilot.com/museum/suits/other/tvk3-tvn.html",,,
				,"MSK-3M","http://www.redpilot.com/museum/suits/other/msk-3m.html",,,
				,"MSK-3M Boots","http://www.redpilot.com/museum/acc/msk3m-boots.html",,,
				])

		addmenu(menu=["ww2",
		,,190,1,"",style1,,"left",effect,,,,,,,,,,,,
		,"1920s Flight Goggles","http://www.redpilot.com/museum/ww2/1920-goggles.html",,,0
		,"1920s Leather Helmet","http://www.redpilot.com/museum/ww2/1920-helmet.html",,,0
		,"1930s Flight Goggles","http://www.redpilot.com/museum/ww2/1930-goggles.html",,,0
		,"1930s Leather Helmet","http://www.redpilot.com/museum/ww2/1930-helmet2.html",,,0
		,"1930s Winter Face Mask","http://www.redpilot.com/museum/ww2/wfacemask.html",,,0
		,"1930s Winter Leather Helmet #1","http://www.redpilot.com/museum/ww2/wlh.html",,,0
		,"1930s Winter Leather Helmet #2","http://www.redpilot.com/museum/ww2/1930-helmet.html",,,0
		,"1940s Leather Helmet","http://www.redpilot.com/museum/ww2/1940-helmet2.html",,,0
		,"1940s Winter Flight Gloves","http://www.redpilot.com/museum/ww2/ww2winglvs.html",,,0
		,"1940s Winter Leather Helmet #1","http://www.redpilot.com/museum/ww2/wlh-2.html",,,0
		,"1940s Winter Leather Helmet #2","http://www.redpilot.com/museum/ww2/1940-helmet.html",,,0
		,"1940s Winter Leather Helmet #3","http://www.redpilot.com/museum/ww2/1940-helmet3.html",,,0
		])



	addmenu(menu=["hrestore",,,120,1,,style1,0,"left",effect,0,,,,,,,,,,,
	,"Corrections to JAFH book","http://www.redpilot.com/articles/jafh-corrections.html",,,1
	,"Oxygen mask's pressure valve","http://www.redpilot.com/articles/valve.html",,,1
	,"Visor Restoration","http://www.redpilot.com/articles/visor.html",,,1
	])
	
	addmenu(menu=["inaction",,,120,1,,style1,0,"left",effect,0,,,,,,,,,,,
	,"Page 1","http://www.redpilot.com/pictures/1.html",,,1
	,"Page 2","http://www.redpilot.com/pictures/2.html",,,1
	,"MAKS 2005","http://www.redpilot.com/pictures/maks.html",,,1
	])
	
	addmenu(menu=["buy",,,120,1,,style1,0,"left",effect,0,,,,,,,,,,,
	,"Helmets","http://www.redpilot.com/buy/helmets.html",,,1
	,"Oxygen Masks","http://www.redpilot.com/buy/km.html",,,1
	,"Suits","http://www.redpilot.com/buy/suits.html",,,1
	,"Other","http://www.redpilot.com/buy/other.html",,,1
	,"Manuals","http://www.redpilot.com/buy/manuals.html",,,1
	,"Wanted to Buy","http://www.redpilot.com/buy/wanted.html",,,1
	])
	
	addmenu(menu=["nl",,,120,1,,style1,0,"left",effect,0,,,,,,,,,,,
	,"Subscribe","http://server.com/WebApps/mail-list-subscribe.cgi?id=57732",,,1
	,"Sample","http://www.redpilot.com/newsletter.html",,,1
	])
	

dumpmenus()