/*	(c) Ger Versluis 2000 version 5 October 9th 2001	*
*	You may remove all comments for faster loading	*/		

	var NoOffFirstLineMenus=12;				// Number of first level items
	var LowBgColor='white';					// Background color when mouse is not over
	var LowSubBgColor='white';				// Background color when mouse is not over on subs
	var HighBgColor='yellow';				// Background color when mouse is over
	var HighSubBgColor='yellow';				// Background color when mouse is over on subs
	var FontLowColor='Darkcyan';				// Font color when mouse is not over
	var FontSubLowColor='black';				// Font color subs when mouse is not over
	var FontHighColor='Black';				// Font color when mouse is over
	var FontSubHighColor='black';				// Font color subs when mouse is over
	var BorderColor='white';				// 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=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='left';				// Menu horizontal position 'left', 'center' or 'right'
	var MenuVerticalCentered='top';			// Menu vertical position 'top', 'middle' or 'bottom'
	var ChildOverlap=.2;					// horizontal overlap child/ parent
	var ChildVerticalOverlap=.2;				// vertical overlap child/ parent
	var StartTop=50;						// 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;				// First level items layout horizontal 1 or 0
	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='index';				// Frame where first level appears
	var SecLineFrame='mainframe';				// Frame where sub levels appear
	var DocTargetFrame='mainframe';			// Frame where target documents appear
	var TargetLoc='';						// DIV id for relative positioning (refer to config.htm for info)
	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
		
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","intro/intro.htm","",0,25,158);

Menu2=new Array("Trush Commander","thrush/thrush.htm","",3);
	Menu2_1=new Array("Our Thrush Commander story","thrush/thrush.htm","",0,20,200);
	Menu2_2=new Array("Thrush Commander gallery","","",2,20,200);
		Menu2_2_1=new Array("Building the Trush","","",2,20,200);
			Menu2_2_1_1=new Array("Roger's Thrush project","gallery/thrush/build-r/page_01.htm","",0,20,200);
			Menu2_2_1_2=new Array("Ben's Thrush project","gallery/thrush/build-b/page_01.htm","",0);
		Menu2_2_2=new Array("Thrush crashed July 8th, 2002","gallery/thrushcrash/page_01.htm","",0);
	Menu2_3=new Array("Ayres website",
	"javascript:NewWin=window.open('http://www.ayrescorp.com/thrush.html','NWin');window['NewWin'].focus()","",0);
	
Menu3=new Array("Air Tractor","airtractor/airtractor.htm","",3);
	Menu3_1=new Array("Air Tractor story","airtractor/airtractor.htm","",0,20,200);
	Menu3_2=new Array("Air Tractor gallery","","",2);
		Menu3_2_1=new Array("Duane's R/C Air Tractor","airtractor/duane/page_01.htm","",0,20,200);
		Menu3_2_2=new Array("Air Tractor gallery","gallery/airtractor/page_01.htm","",0);
	Menu3_3=new Array("Air Tractor website",
	"javascript:NewWin=window.open('http://www.airtractor.com','NWin');window['NewWin'].focus()","",0);

Menu4=new Array("Our planes","planes/planes.htm","",8);
	Menu4_1=new Array("Trush Commander","thrush/thrush.htm","",0,20,200);
	Menu4_2=new Array("Sukhoi 26M","gallery/sukhoi/sukhoi.htm","",3);
		Menu4_2_1=new Array("Roger's Sukhoi building project","gallery/sukhoi/roger/page_01.htm","",0,20,200);
		Menu4_2_2=new Array("Team Eagle, Sweden","gallery/sukhoi/eagle/page_01.htm","",0);
		Menu4_2_3=new Array("Sukhoi Flight gallery","gallery/sukhoi/flight/page_01.htm","",0);
	Menu4_3=new Array("Tiger II","gallery/tiger/page_01.htm","",0);
	Menu4_4=new Array("Zlin","gallery/zlin/page_01.htm","",0);
	Menu4_5=new Array("Taxi II","gallery/taxi/page_01.htm","",0);
	Menu4_6=new Array("AS W22 glider","gallery/glider/page_01.htm","",0);
	Menu4_7=new Array("Lincoln Valentino","gallery/valentino/valentino.htm","",0);
	Menu4_8=new Array("Canard","gallery/canard/page_01.htm","",0);

Menu5=new Array("Projects","","",2);
	Menu5_1=new Array("Finished Projects","","",5,20,200);
		Menu5_1_1=new Array("Roger's release hook project","gallery/thrush/hook/page_01.htm","",0,20,200);
		Menu5_1_2=new Array("Roger's aileron project","gallery/thrush/aileron/page_01.htm","",0);
		Menu5_1_3=new Array("Ben's ski project","gallery/thrush/ski/page_01.htm","",0);
		Menu5_1_4=new Array("Ben's Flight box project","gallery/thrush/box/page_01.htm","",0);
		Menu5_1_5=new Array("Taxi II Tailwheel conversion","gallery/taxi2/page_01.htm","",0);
	Menu5_2=new Array("Current Projects","","",3);
		Menu5_2_1=new Array("Bellanca Citabria","gallery/citabria/page_01.htm","",0,20,200);
		Menu5_2_2=new Array("Piper PA-36 Brave 375","gallery/brave/page_01.htm","",0);
		Menu5_2_3=new Array("Cessna 188 Agwagon","gallery/agwagon/page_01.htm","",0);
	Menu5_3=new Array("Future Projects","","",0);

Menu6=new Array("MVA","mva/mva.htm","",5);
	Menu6_1=new Array("MVA","mva/mva.htm","",0,20,200);
	Menu6_2=new Array("MVA weather forecast","mva/weather/weather1.htm","",0);
	Menu6_3=new Array("MVA website",
	"javascript:NewWin=window.open('http://home.hetnet.nl/~robdee/index.html','NWin');window['NewWin'].focus()","",0);
	Menu6_4=new Array("MVA photo gallery","","",12);
		Menu6_4_1=new Array("Frits Rutten","","",2,20,200);
			Menu6_4_1_1=new Array("Frits gallery","gallery/mva/frits/page_01.htm","",0,20,200);
			Menu6_4_1_2=new Array("Fokker DR1 gallery","gallery/dr1/page_01.htm","",0);
		Menu6_4_2=new Array("Hans Hochgemuth","","",2);
			Menu6_4_2_1=new Array("Hans gallery","gallery/mva/hans/page_01.htm","",0,20,200);
			Menu6_4_2_2=new Array("Extra 330 gallery","gallery/extra/page_01.htm","",0);
		Menu6_4_3=new Array("Louis Kerkhof","gallery/mva/louis/page_01.htm","",0);
		Menu6_4_4=new Array("Frank Dickman","gallery/mva/frank/page_01.htm","",0);
		Menu6_4_5=new Array("Theo Boot","gallery/mva/theo/page_01.htm","",0);
		Menu6_4_6=new Array("Frans van Gaalen","gallery/mva/frans/page_01.htm","",0);
		Menu6_4_7=new Array("MVA Members","gallery/mva/mva/page_01.htm","",0);
		Menu6_4_8=new Array("Oops...","gallery/mva/crash/page_01.htm","",0);
		Menu6_4_9=new Array("Polder Fly In 1 & 2 September 2001","gallery/flyin/page_01.htm","",0);
		Menu6_4_10=new Array("Chris van Gaalen","gallery/mva/chris/page_01.htm","",0);
		Menu6_4_11=new Array("Jorrit Meijer","gallery/mva/jorrit/page_01.htm","",0);
		Menu6_4_12=new Array("Lex Uiterwijk","gallery/mva/lex/page_01.htm","",0);
	Menu6_5=new Array("Flying days","","",5);
		Menu6_5_1=new Array("December 31, 2000","gallery/thrush/newyear00/page_01.htm","",0,20,200);
		Menu6_5_2=new Array("Polder Fly In 1 & 2 September 2001","gallery/flyin/page_01.htm","",0);
		Menu6_5_3=new Array("December 9, 2001","gallery/thrush/flying/page_01.htm","",0);
		Menu6_5_4=new Array("Dec 31 2001 and Jan 01 2002","gallery/thrush/newyear02/page_01.htm","",0);
		Menu6_5_5=new Array("June 22 & 23 2002 BBQ","gallery/mva/bbq2002/page_01.htm","",0);
Menu7=new Array("Photo Gallery","gallery/gallery.htm","",6);
	Menu7_1=new Array("Thrush gallery","","",2,20,200);
		Menu7_1_1=new Array("Building projects","","",6,20,200);
			Menu7_1_1_1=new Array("Roger's rebuild project","gallery/thrush/build-r/page_01.htm","",0,20,200);
			Menu7_1_1_2=new Array("Ben's finishing project","gallery/thrush/build-b/page_01.htm","",0);
			Menu7_1_1_3=new Array("Roger's release hook project","gallery/thrush/hook/page_01.htm","",0);
			Menu7_1_1_4=new Array("Roger's aileron project","gallery/thrush/aileron/page_01.htm","",0);
			Menu7_1_1_5=new Array("Ben's ski project","gallery/thrush/ski/page_01.htm","",0);
			Menu7_1_1_6=new Array("Ben's Flight box project","gallery/thrush/box/page_01.htm","",0);
		Menu7_1_2=new Array("Flying days","","",5);
			Menu7_1_2_1=new Array("December 31, 2000","gallery/thrush/newyear00/page_01.htm","",0,20,200);
			Menu7_1_2_2=new Array("Polder Fly In 1 & 2 September 2001","gallery/flyin/page_01.htm","",0);
			Menu7_1_2_3=new Array("December 9, 2001","gallery/thrush/flying/page_01.htm","",0);
			Menu7_1_2_4=new Array("Dec 31 2001 and Jan 01 2002","gallery/thrush/newyear02/page_01.htm","",0);
			Menu7_1_2_5=new Array("June 22 & 23 2002 BBQ","gallery/mva/bbq2002/page_01.htm","",0);
	Menu7_2=new Array("Air Tractor","","",2);
		Menu7_2_1=new Array("Air Tractor gallery","gallery/airtractor/page_01.htm","",0,20,200);
		Menu7_2_2=new Array("Duane's R/C Air Tractor","airtractor/duane/page_01.htm.htm","",0);
	Menu7_3=new Array("May 2001 Hornlanda, Sweden","gallery/sweden/page_01.htm","",0);
	Menu7_4=new Array("MVA gallery","","",12);
		Menu7_4_1=new Array("Frits Rutten","","",2,20,200);
			Menu7_4_1_1=new Array("Frits gallery","gallery/mva/frits/page_01.htm","",0,20,200);
			Menu7_4_1_2=new Array("Fokker DR1 gallery","gallery/dr1/page_01.htm","",0);
		Menu7_4_2=new Array("Hans Hochgemuth","","",2);
			Menu7_4_2_1=new Array("Hans gallery","gallery/mva/hans/page_01.htm","",0,20,200);
			Menu7_4_2_2=new Array("Extra 330 gallery","gallery/extra/page_01.htm","",0);
		Menu7_4_3=new Array("Louis Kerkhof","gallery/mva/louis/page_01.htm","",0);
		Menu7_4_4=new Array("Frank Dickman","gallery/mva/frank/page_01.htm","",0);
		Menu7_4_5=new Array("Theo Boot","gallery/mva/theo/page_01.htm","",0);
		Menu7_4_6=new Array("Frans van Gaalen","gallery/mva/frans/page_01.htm","",0);
		Menu7_4_7=new Array("MVA Members","gallery/mva/mva/page_01.htm","",0);
		Menu7_4_8=new Array("Oops...","gallery/mva/crash/page_01.htm","",0);
		Menu7_4_9=new Array("Polder Fly In 1 & 2 September 2001","gallery/flyin/page_01.htm","",0);
		Menu7_4_10=new Array("Chris van Gaalen","gallery/mva/chris/page_01.htm","",0);
		Menu7_4_11=new Array("Jorrit Meijer","gallery/mva/jorrit/page_01.htm","",0);
		Menu7_4_12=new Array("Lex Uiterwijk","gallery/mva/lex/page_01.htm","",0);
	Menu7_5=new Array("The Sukhoi page","gallery/sukhoi/sukhoi.htm","",3);
		Menu7_5_1=new Array("Roger's Sukhoi building project","gallery/sukhoi/roger/page_01.htm","",0,20,200);
		Menu7_5_2=new Array("Team Eagle, Sweden","gallery/sukhoi/eagle/page_01.htm","",0);
		Menu7_5_3=new Array("Sukhoi Flight gallery","gallery/sukhoi/flight/page_01.htm","",0);
	Menu7_6=new Array("Flying days","","",5);
		Menu7_6_1=new Array("December 31, 2000","gallery/thrush/newyear00/page_01.htm","",0,20,200);
		Menu7_6_2=new Array("Polder Fly In 1 & 2 September 2001","gallery/flyin/page_01.htm","",0);
		Menu7_6_3=new Array("December 9, 2001","gallery/thrush/flying/page_01.htm","",0);
		Menu7_6_4=new Array("Dec 31 2001 and Jan 01 2002","gallery/thrush/newyear02/page_01.htm","",0);
		Menu7_6_5=new Array("June 22 & 23 2002 BBQ","gallery/mva/bbq2002/page_01.htm","",0);

Menu8=new Array("Video Gallery","video/video.htm","",0);

Menu9=new Array("Links","links/links.htm","",9);
	Menu9_1=new Array("R/C Cropdusters","links/rccrop/rccroplinks.htm","",0,20,200);
	Menu9_2=new Array("Cropduster sites","links/crop/croplinks.htm","",0);
	Menu9_3=new Array("R/C pages Netherlands","links/rcnl/rcnllinks.htm","",0);
	Menu9_4=new Array("R/C pages worldwide","links/rcworld/rcworldlinks.htm","",0);
	Menu9_5=new Array("R/C Suppliers","links/suppliers/supplierslinks.htm","",0);
	Menu9_6=new Array("Related pages","links/related/relatedlinks.htm","",0);
	Menu9_7=new Array("Aviation links","links/aviation/aviationlinks.htm","",0);
	Menu9_8=new Array("Other links","links/other/otherlinks.htm","",0);
	Menu9_9=new Array("Add your URL to links","links/url.htm","",0);

Menu10=new Array("Downloads","","",1);
	Menu10_1=new Array("MS Flight Simulator","download/fs/flightsim.htm","",0,20,200);
	
Menu11=new Array("Contact us","contact/contact.htm","",4);
	Menu11_1=new Array("Contact page","contact/contact.htm","",0,20,200);
	Menu11_2=new Array("Guestbook","","",2);
		Menu11_2_1=new Array("View the Guestbook","http://titan.guestworld.com/wgb/wgbview.dbm?owner=sprayplane_1","",0,20,200);
		Menu11_2_2=new Array("Sign the Guestbook","http://titan.guestworld.com/wgb/wgbsign.dbm?owner=sprayplane_1","",0);
	Menu11_3=new Array("Vote for us at Airtoi top 50 list","javascript:NewWin=window.open('http://www.airtoi.com/cgi-bin/topsites/topsites.cgi?ID=33','NWin');window['NewWin'].focus()","","",0);
	Menu11_4=new Array("Add your URL to links","links/url.htm","",0);


Menu12=new Array("What's new","new/new.htm","",0);
	