/***********************************************************************************
*	(c) Ger Versluis 2000 version 5.411 24 December 2001 (updated Jan 31st, 2003 by Dynamic Drive for Opera7)
*	For info write to menus@burmees.nl		          *
*	You may remove all comments for faster loading	          *		
***********************************************************************************/

	var NoOffFirstLineMenus=1;			// 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='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=1;				// Border width
	var BorderBtwnElmnts=1;			// Border between elements 1 or 0
	var FontFamily="arial"	// Font family menu items
	var FontSize=8;				// Font size menu items
	var FontBold=0;				// 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='static';		// Menu vertical position 'top', 'middle','bottom' or static
	var ChildOverlap=.2;				// horizontal overlap child/ parent
	var ChildVerticalOverlap=.2;			// vertical overlap child/ parent
	var StartTop=1;				// 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=0;				// Top padding
	var FirstLineHorizontal=1;			// SET TO 1 FOR HORIZONTAL MENU, 0 FOR VERTICAL
	var MenuFramesVertical=0;			// Frames in cols or rows 1 or 0
	var DissapearDelay=500;			// delay before menu folds in
	var TakeOverBgColor=1;			// Menu frame takes over background color subitem frame
	var FirstLineFrame='navig';			// Frame where first level appears
	var SecLineFrame='space';			// Frame where sub levels appear
	var DocTargetFrame='space';			// 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=0;				// 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("Navigation Menu","#","",17,15,85);
Menu1_1=new Array("Welcome","info.html","",12,15,120);
Menu1_2=new Array("History","history.html","",0);
Menu1_3=new Array("Aircraft","aircraft.html","",0);
Menu1_4=new Array("NZ Military Aircraft","milair1.htm","",0);
Menu1_5=new Array("Gallery","gallery.html","",3);
Menu1_6=new Array("Virtual Aircraft","virtual1.html","",0);
Menu1_7=new Array("Battle of Britain","bob.html","",3);
Menu1_8=new Array("Events","events.html","",0);
Menu1_9=new Array("Contact","contact.html","",0);
Menu1_10=new Array("Membership","membership.html","",0);	
Menu1_11=new Array("Warbirds Shop","shop.html","",0);
Menu1_12=new Array("NZCAA Part 149","149.html","",0);
Menu1_13=new Array("Links","links.html","",0);
Menu1_14=new Array("Guestbook","http://pub18.bravenet.com/guestbook/show.php?usernum=1534692034","",0);
Menu1_15=new Array("Search","search.html","",0);
Menu1_16=new Array("Warbird Dakota Society","/dakota/index.html","",0);
Menu1_17=new Array("Home","index.html","",0);
Menu1_1_1=new Array("Welcome to NZ Warbirds","info.html#top","",0,15,180);
Menu1_1_2=new Array("Executive and Committee","info.html#1a","",0);
Menu1_1_3=new Array("What Warbirds is all about","info.html#1","",0);
Menu1_1_4=new Array("What the organisation does","info.html#2","",0);
Menu1_1_5=new Array("Restoring, preserving and flying","info.html#3","",0);
Menu1_1_6=new Array("You don't have to be a pilot","info.html#4","",0);
Menu1_1_7=new Array("Flying with Warbirds","info.html#5","",0);
Menu1_1_8=new Array("Syndicated ownership","info.html#6","",0);
Menu1_1_9=new Array("Roaring Forties display team","info.html#7","",0);
Menu1_1_10=new Array("Associations","info.html#8","",0);
Menu1_1_11=new Array("Membership","membership.html","",0);
Menu1_1_12=new Array("Visitor Centre","info.html#visitors","",0);

Menu1_5_1=new Array("Our Family Album","gallery.html","",0,15,180);		
Menu1_5_2=new Array("Wallpaper","wallpaper.html","",0,15,180);
Menu1_5_3=new Array("Guest Gallery","guest.html","",0,15,180);
		
Menu1_7_1=new Array("Battle of Britain memorial","bob.html#top","",0,15,180);
Menu1_7_2=new Array("New Zealand Herald story","bob.html#herald","",0);
Menu1_7_3=new Array("Photos of the event","bob.html#gallery","",0);
		

