/***********************************************************************************
*	(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=6;			// Number of first level items
	var LowBgColor='white';			// Background color when mouse is not over
	var LowSubBgColor='7B8690';			// Background color when mouse is not over on subs
	var HighBgColor='F0F0F0';			// Background color when mouse is over
	var HighSubBgColor='F0F0F0';			// Background color when mouse is over on subs
	var FontLowColor='00004a'			// Font color when mouse is not over
	var FontSubLowColor='333333';			// Font color subs when mouse is not over
	var FontHighColor='333333';			// Font color when mouse is over
	var FontSubHighColor='333333';			// Font color subs when mouse is over
	var BorderColor='00004a';			// Border color
	var BorderSubColor='00004a';			// Border color for subs
	var BorderWidth=0;				// Border width
	var BorderBtwnElmnts=0;			// Border between elements 1 or 0
	var FontFamily="Arial Narrow"	// 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='center';			// 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=.1;			// vertical overlap child/ parent
	var StartTop=94;				// Menu offset x coordinate
	var StartLeft=03;				// Menu offset y coordinate
	var VerCorrect=0;				// Multiple frames y correction
	var HorCorrect=25;				// Multiple frames x correction
	var LeftPaddng=5;				// Left padding
	var TopPaddng=0;				// Top padding
	var FirstLineHorizontal=1;			// SET TO 1 FOR HORIZONTAL MENU, 0 FOR VERTICAL
	var MenuFramesVertical=1;			// 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='';			// Frame where first level appears
	var SecLineFrame='';			// Frame where sub levels appear
	var DocTargetFrame='';			// Frame where target documents appear
	var TargetLoc='MenuPos';				// span id for relative positioning
	var HideTop=0;				// Hide first level when loading new document 1 or 0
	var MenuWrap=0;				// 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',5,8,'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","index.html","",0,16,35);
Menu1_1=new Array("Our Management","ourteam.html","",0,16,110);
Menu1_2=new Array("Our Team","ourteam.html","",0,16,71);

Menu2=new Array("| Services","services.html","",0,15,60);
Menu2_1=new Array("History  ","history.html","",0,15,63);
Menu2_2=new Array("Destinations","#","",0,15,63);
Menu2_2=new Array("Fleet","#","",0,15,63);

Menu3=new Array("| Customer Service/FAQ’s","customerservice.html ","",0,12,140);
Menu3_1=new Array("1","#","",0,15,100);
Menu3_2=new Array("2","#","",0,15,100);
Menu3_3=new Array("3","#","",0,15,100);
Menu3_4=new Array("4","#","",0,15,100);
Menu3_5=new Array("5","#","",0,15,100);
Menu3_6=new Array("6","#","",0,15,100);


Menu4=new Array("| Careers","choose.html","",0,15,53);
Menu4_1=new Array("News Releases","newsreleases.html","",0,15,80);
Menu4_2=new Array("Testimonials","test.html","",0,15,100);
                       

Menu5=new Array("| About Us","#","",5,15,64);
Menu5_1=new Array("History","history.html","",0,15,110);
Menu5_2=new Array("Destinations","destinations.html","",0,15,110);
Menu5_3=new Array("Fleet","fleet.html","",0,15,110);
Menu5_4=new Array("Customer Service FAQ","customerservice.html","",0,15,110);
Menu5_5=new Array("Photo Gallery","slideshow.html","",0,15,110);
	
Menu6=new Array("| Employee Links ","employeelinks.html ","",0,15,105);
Menu6_1=new Array("Employee Self Service System (ESS  ","https://secure2.my-ess.com/flyryan/","",0,15,130);
Menu6_2=new Array("Outlook Web Email  ","http://rdgexch2.rubloffusa.com/exchange","",0,15,100);
Menu6_3=new Array("CrewWeb  ","http://crewweb.flyryan.com/crewweb","",0,15,100);
Menu6_4=new Array("Ryan Library - TPOL  ","http://www.ryantpol.com","",0,15,100);
 

 
Menu7=new Array("| Fleet","#","",6,15,40);
Menu7_1=new Array("737-200","737_200.html","",0,15,80);
Menu7_2=new Array("737-400 ","737_400.html","",0,15,80);
Menu7_3=new Array("737-800","737_800.html","",0,15,80);
Menu7_4=new Array("727-200 ","727_200.html","",0,15,80);
Menu7_5=new Array("757-200 ","757_200.html","",0,15,80);
Menu7_6=new Array("MD-87 ","MD-82.html","",0,15,80);
Menu7_7=new Array("737-300 ","737-300.html","",0,15,80);

Menu8=new Array("| Contact Us","contactus.html","",0,15,60);

Menu9=new Array("| Links","links.html","",0,15,45);

Menu10=new Array("| Employees","employee.html","",1,15,100);
Menu10_1=new Array("Management","management.html","",0,15,100);

		
	


