//*****************************************************************
//*	(c) Ger Versluis 1000 version 5.41 24 December 1001	  *
//*	For info write to menus@burmees.nl		          *
//*	You may remove all comments for faster loading	          *		
//*****************************************************************

	var NoOffFirstLineMenus=9;			// Number of first level items
	var LowBgColor='#524a18';			// Background color when mouse is not over
	var LowSubBgColor='#524a18';			// Background color when mouse is not over on subs
	var HighBgColor='#6b6b21';			// Background color when mouse is over
	var HighSubBgColor='#6b6b21';			// Background color when mouse is over on subs
	var FontLowColor='#f8b500';			// Font color when mouse is not over
	var FontSubLowColor='#f8b500';			// Font color subs when mouse is not over
	var FontHighColor='#ffff6b';			// Font color when mouse is over
	var FontSubHighColor='#ffff6b';			// 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="arial,comic sans ms,technical"	// Font family menu items
	var FontSize=9;					// 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='left';			// Menu horizontal position 'left', 'center' or 'right'
	var MenuVerticalCentered='top';			// Menu vertical position 'top', 'middle','bottom' or static
	var ChildOverlap=.1;				// horizontal overlap child/ parent
	var ChildVerticalOverlap=0;			// vertical overlap child/ parent
	var StartTop=240;				// Menu offset x coordinate
	var StartLeft=1;				// 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=2;				// Top padding
	var FirstLineHorizontal=0;			// 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 - was set to 1000
	var TakeOverBgColor=1;				// Menu frame takes over background color subitem frame
	var FirstLineFrame='left';			// Frame where first level appears
	var SecLineFrame='left';			// Frame where sub levels appear
	var DocTargetFrame='right';			// 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("Home","/mainpage.htm","",0,20,100);
Menu2=new Array("Message Forum","http://chapshq.com/ubbthreads/ubbthreads.php","",2,20,100);
	Menu2_1=new Array("All Public Forums","http://chapshq.com/ubbthreads/ubbthreads.php","",0,20,150);
	Menu2_2=new Array("Private Forums Login","http://chapshq.com/ubbthreads/ubbthreads.php?ubb=login","",0,20,150);
Menu3=new Array("Guest Book","http://hammer.prohosting.com/~hi-guest/vizbook/vizbook.htm","",0,20,100);
Menu4=new Array("Membership","mainpage.htm","",3,20,125);
	Menu4_1=new Array("Squadron Roster","html_pages/roster.htm","",0,20,125);
	Menu4_2=new Array("Essential Files","html_pages/essential_files.htm","",0,20,125);
	Menu4_3=new Array("Squadron Rules","html_pages/squad_rules.htm","",0,20,125);
Menu5=new Array("Downloads","mainpage.htm'","",4,20,100);
	Menu5_1=new Array("CFS I","mainpage.htm","",4,20,60);
		Menu5_1_1=new Array("Aircraft","mainpage.htm","",5,20,80);
			Menu5_1_1_1=new Array("NoFUN Planes","html_pages/nofun_planes.htm","",0,20,100);
			Menu5_1_1_2=new Array("JamCraft","html_pages/jamcraft.htm","",0,20,100);
			Menu5_1_1_3=new Array("Squad Aircraft","html_pages/chaps_squadron_aircraft.htm","",0,20,100);
			Menu5_1_1_4=new Array("Other Artists","html_pages/repainted_aircraft_chaps_artists.htm","",0,20,100);
			Menu5_1_1_5=new Array("Nav Panels","html_pages/cfs_i_enhanced_panels.htm","",0,20,100);
		Menu5_1_2=new Array("Scenery","html_pages/cfs_i_scenery.htm","",0,20,80);
		Menu5_1_3=new Array("Misc.","mainpage.htm","",5,20,80);
			Menu5_1_3_1=new Array("City Locations","html_pages/cfs_i_city_locations.htm","",0,20,100);
			Menu5_1_3_2=new Array("Field Locations","html_pages/cfs_i_airfield_locations_adf_frequencies.htm","",0,20,100);
			Menu5_1_3_3=new Array("CFS Maps","html_pages/cfs_i_maps.htm","",0,20,100);
			Menu5_1_3_4=new Array("Nav Hunt","html_pages/cfs_i_nav_hunt_1.htm","",0,20,100);
			Menu5_1_3_5=new Array("CFO Flight Files","html_pages/cfo_flight_files.htm","",0,20,100);
		Menu5_1_4=new Array("Scenarios","mainpage.htm","",1,20,80);
			Menu5_1_4_1=new Array("BRUN Scenario","html_pages/bruns_doc.htm","",0,20,100);
	Menu5_2=new Array("CFS 2","mainpage.htm","",3,20,60);
		Menu5_2_1=new Array("Projects","mainpage.htm","",2,20,75);
			Menu5_2_1_1=new Array("IDA42","http://jamcraft.net/DoA_42v2/Docs/RAAF_Expansion_Pack_v2.htm","",0,20,100);
			Menu5_2_1_2=new Array("52 Gal Drop Tank","html_pages/52_gallon_drop_tank_readme.htm","",0,20,100);
		Menu5_2_2=new Array("Aircraft","mainpage.htm","",1,20,75);
			Menu5_2_2_1=new Array("Nav Panels","html_pages/cfs_ii_enhanced_panels.htm","",0,20,100);
		Menu5_2_3=new Array("Misc.","mainpage.htm","",2,20,100);
			Menu5_2_3_1=new Array("Field Locations","html_pages/cfs2_airfield_locations.htm","",0,20,100);
			Menu5_2_3_2=new Array("CFS2 Map","html_pages/map_papua_new_guinea.htm","",0,20,100);
	Menu5_3=new Array("CFS 3","mainpage.htm","",3,20,60);
		Menu5_3_1=new Array("CFS3 Map","html_pages/cfs3_map.htm","",0,20,100);
		Menu5_3_2=new Array("Misc","html_pages/cfs3_misc.htm","",0,20,100);
		Menu5_3_3=new Array("Missions","html_pages/cfs3_missions.htm","",0,20,100);
	Menu5_4=new Array("MOH","html_pages/moh.htm","",3,20,60);
		Menu5_4_1=new Array("CHapsHQ Server Info","html_pages/moh.htm","",0,20,140);
		Menu5_4_2=new Array("CH_R Realism Mod","html_pages/moh_ch_r_realism.htm","",0,20,140);
		Menu5_4_3=new Array("Chaps Squad Skins","html_pages/moh_chaps_skins.htm","",0,20,140);	
Menu6=new Array("Tutorials","mainpage.htm'","",2,20,100);
	Menu6_1=new Array("CFS I","mainpage.htm'","",1,20,75);
		Menu6_1_1=new Array("ADF Gauge Usage","html_pages/adf_tutorial.htm","",0,20,125);	
	Menu6_2=new Array("CFS II","mainpage.htm'","",2,20,75);
		Menu6_2_1=new Array("Multi_Res Merged Model","html_pages/multi_res_demo.htm","",0,20,150);
		Menu6_2_2=new Array("Virtual Cockpit","html_pages/dynamic_virtual_cockpit_readme.htm","",0,20,150);
Menu7=new Array("Chaps Pics","mainpage.htm","",2,20,150);
	Menu7_1=new Array("Pow Wow I - Orlando - Feb 2001","html_pages/pow_wow/chaps_squadron_pow_wow.htm","",0,20,190);
	Menu7_2=new Array("Pow Wow II - Chicago - July 2001","html_pages/Pow%20Wow%20II/index.htm","",0,20,190);
Menu8=new Array("Links","mainpage.htm","",3,20,100);
	Menu8_1=new Array("Squadrons","html_pages/squadron_links.htm","",0,20,100);
	Menu8_2=new Array("CFS Related","html_pages/cfs_related_links.htm","",0,20,100);
	Menu8_3=new Array("Aviation Museums","html_pages/aviation_museum_links.htm","",0,20,100);
Menu9=new Array("Search Engines","mainpage.htm","",3,20,100);
	Menu9_1=new Array("Altavista","http://www.altavista.com","",0,20,100);
	Menu9_2=new Array("Google","http://www.google.com","",0,20,100);
	Menu9_3=new Array("Yahoo","http://www.yahoo.com","",0,20,100);

