/***********************************************************************************
*	(c) Ger Versluis 2000 version 5.41 24 December 2001	          *
*	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='gray';			// Background color when mouse is not over
	var LowSubBgColor='gray';			// Background color when mouse is not over on subs
	var HighBgColor='gray';			// Background color when mouse is over
	var HighSubBgColor='gray';			// Background color when mouse is over on subs
	var FontLowColor='white';			// Font color when mouse is not over
	var FontSubLowColor='white';			// 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='gray';			// 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='center';			// Menu horizontal position 'left', 'center' or 'right'
	var MenuVerticalCentered='top';		// Menu vertical position 'top', 'middle','bottom' or static
	var ChildOverlap=.0;				// horizontal overlap child/ parent
	var ChildVerticalOverlap=.0;			// 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=2;				// 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=100;			// 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='navig';			// Frame where sub levels appear
	var DocTargetFrame='main';			// 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("","mainframe.htm","",0,20,75);

Menu2=new Array("HOME","mainframe.htm","",0,20,105);

Menu3=new Array("SERVICES","","",6,20,117);
		Menu3_1=new Array("Flight Training","1flight-training.htm","",0,20,160);
		Menu3_2=new Array("Aircraft Rental","1aircraft-rental.htm","",0);
		Menu3_3=new Array("Aerial Tours & Sightseeing","1sightseeing.htm","",0);
                Menu3_4=new Array("DISCOVERY FLIGHT","DiscoveryFlight.htm","",0);
                Menu3_5=new Array("BFR / IPC","1BFR-IPC.htm","",0);
                Menu3_6=new Array("Online Payments","payments.htm","",0);
              
Menu4=new Array("PRICELIST","1pricelist.htm","",0,20,122);
	
	
Menu5=new Array("FAQ","FAQ.htm","",0,20,98);


Menu6=new Array("NEWS","","",2,20,107);
		Menu6_1=new Array("Our Pilots","1news.htm","",0,20,160);
		Menu6_2=new Array("Photos","1photos.htm","",0);

Menu7=new Array("OUR STAFF","","",3,20,141);
	Menu7_1=new Array("Douglas Blevins - Owner","Blevins.htm","",0,20,200);
	Menu7_2=new Array("Josh Sallee - Chief Instructor","Sallee.htm","",0,20,145);
        Menu7_3=new Array("Mike Gerwig - Instructor","Gerwig.htm","",0,20,145);  

Menu8=new Array("LINKS","","",6,20,102);
	Menu8_1=new Array("Flight Training Links","","",4,20,145);
		Menu8_1_1=new Array("Federal Aviation Administration","http://www.faa.gov","",0,20,200);
		Menu8_1_2=new Array("Aircraft Owner's and Pilot's Association","http://www.aopa.org/learntofly/","",0,20,150);
		Menu8_1_3=new Array("VOR Navigation Simulator","http://www.dauntless-soft.com/PRODUCTS/Freebies/navsim/index.html","",0,20,200);
		Menu8_1_4=new Array("DFW ATC Communications","http://www.simuflite.com/atcindex1.html","",0,20,150);
	Menu8_2=new Array("Weather","","",4);
		Menu8_2_1=new Array("Aviation Digital Data Service","http://adds.aviationweather.gov","",0,20,200);
		Menu8_2_2=new Array("Aviation Weather","http://aviationweather.gov","",0,20,150);
		Menu8_2_3=new Array("Intellicast","http://www.intellicast.com","",0,20,150);
		Menu8_2_4=new Array("Safe-Skies","http://www.safe-skies.com/regulations.htm","",0,20,150);
	Menu8_3=new Array("Practice Test Sites","","",3);
		Menu8_3_1=new Array("Exams 4 Pilots","http://www.exams4pilots.org/","",0,20,200);
		Menu8_3_2=new Array("Aeromedia","http://aeromedia.com/quiz/index.html","",0,20,150);
		Menu8_3_3=new Array("AA9PW","http://www.aa9pw.com/faa","",0,20,150);
	Menu8_4=new Array("Flight Planning","","",4);
		Menu8_4_1=new Array("TFR's","http://www.aopa.org/whatsnew/notams.html","",0,20,200);
		Menu8_4_2=new Array("NOTAM's","http://www2.faa.gov/NTAP/index.htm","",0,20,150);
		Menu8_4_3=new Array("DUAT","http://www.duat.com","",0,20,150);
		Menu8_4_4=new Array("Airnav","http://www.Airnav.com","",0,20,150);
	Menu8_5=new Array("Downloadable Forms","","",2);
                Menu8_5_1=new Array("Cessna 150 Checklist","Cessna150Checklist.htm","",0,20,200);
		Menu8_5_2=new Array("Cessna 172 Checklist","Cessna172Checklist.htm","",0,20,150);
	Menu8_6=new Array("Resources","","",4);
                Menu8_6_1=new Array("Virtual Flight Surgeons (medicine)","http://www.aviationmedicine.com","",0,20,200);
                Menu8_6_2=new Array("FAA Medical Examiner Directory","http://ame.cami.jccbi.gov/","",0,20,150);
                Menu8_6_3=new Array("Dallas FSDO","http://www1.faa.gov/fsdo/dal/","",0,20,150);
                Menu8_6_4=new Array("Essco Aircraft (P.O.H. supplier)","http://www.esscoaircraft.com/aircraft-manuals-cessna-100-series.html","",0,20,150);


Menu9=new Array("CONTACT US","1contact.htm","",0,20,135);


