/***********************************************************************************
*	(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=4;		// Number of first level items
	var LowBgColor='ff6600';		// Background color when mouse is not over
	var LowSubBgColor='ffAA71';		// Background color when mouse is not over on subs
	var HighBgColor='ff6600';		// Background color when mouse is over
	var HighSubBgColor='ffAA71';	// 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='FFAA71';		// Font color when mouse is over
	var FontSubHighColor='FF6600';	// Font color subs when mouse is over
	var BorderColor='ff6600';		// Border color
	var BorderSubColor='ffAA71';	// Border color for subs
	var BorderWidth=7;				// Border width
	var BorderBtwnElmnts=0;			// Border between elements 1 or 0
	var FontFamily="arial,tahoma,comic sans ms,technical"	// Font family menu items
	var FontSize=8;					// 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=0;				// horizontal overlap child/ parent
	var ChildVerticalOverlap=0;		// vertical overlap child/ parent
	var StartTop=0;					// Menu offset x coordinate
	var StartLeft=0;				// Menu offset y coordinate
	var VerCorrect=0;				// Multiple frames y correction
	var HorCorrect=0;				// Multiple frames x correction
	var LeftPaddng=0;				// 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=0;			// 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='MenuPos';		// 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=['images/tri.gif',5,10,'images/tridown.gif',10,5,'images/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("Recruiting Home","http://www.mafc.org/recruiting","",0,30,75);

Menu2=new Array("Ministry Opportunities","","",9,30,100);

	Menu2_1=new Array("Pilots","","",5,18,155);
        Menu2_1_1=new Array("Overview","http://www.mafc.org/recruiting/overview/overview_pilot.htm","",0,18,180);
        Menu2_1_2=new Array("Pilot Application","https://mafc.org/recruiting/apply/apply_pilot.htm","",0,18,180);
        Menu2_1_3=new Array("Pilot/Mechanic Application","https://mafc.org/recruiting/apply/apply_pilotmechanic.htm","",0,18,180);
	Menu2_1_4=new Array("A Day in the Life of...","http://www.mafc.org/recruiting/life/life_pilot.htm","",0,18,180);
        Menu2_1_5=new Array("Current Needs","http://www.mafc.org/recruiting/needs/index.htm#pilotneeds","",0);
      	        
	Menu2_2=new Array("Aircraft Engineers","","",5);
        Menu2_2_1=new Array("Overview","http://www.mafc.org/recruiting/overview/overview_engineer.htm","",0,18,180); 
        Menu2_2_2=new Array("Engineer Application","https://mafc.org/recruiting/apply/apply_engineer.htm","",0,18,180);
        Menu2_2_3=new Array("Pilot/Mechanic Application","https://mafc.org/recruiting/apply/apply_pilotmechanic.htm","",0,18,180);
	Menu2_2_4=new Array("A Day in the Life of...","http://www.mafc.org/recruiting/life/life_engineer.htm","",0,18,180);
        Menu2_2_5=new Array("Current Needs","http://www.mafc.org/recruiting/needs/index.htm#engineerneeds","",0);
	    
	Menu2_3=new Array("Avionics Technicians","","",4);
        Menu2_3_1=new Array("Overview","http://www.mafc.org/recruiting/overview/overview_avionics.htm","",0,18,180);
        Menu2_3_2=new Array("Avionics Application","https://mafc.org/recruiting/apply/apply_avionics.htm","",0,18,180);
	Menu2_3_3=new Array("A Day in the Life of...","http://www.mafc.org/recruiting/life/life_avionics.htm","",0,18,180);
        Menu2_3_4=new Array("Current Needs","http://www.mafc.org/recruiting/needs/index.htm#avionicsneeds","",0);

	Menu2_4=new Array("Information Technologists","","",4);
        Menu2_4_1=new Array("Overview","http://www.mafc.org/recruiting/overview/overview_IT.htm","",0,18,180);
        Menu2_4_2=new Array("IT Application","https://mafc.org/recruiting/apply/apply_IT.htm","",0,18,180);
	Menu2_4_3=new Array("A Day in the Life of...","http://www.mafc.org/recruiting/life/life_IT.htm","",0,18,180);
        Menu2_4_4=new Array("Current Needs","http://www.mafc.org/recruiting/needs/index.htm#itneeds","",0);

	Menu2_5=new Array("Teachers","","",4);
        Menu2_5_1=new Array("Overview","http://www.mafc.org/recruiting/overview/overview_teacher.htm","",0,18,180);
        Menu2_5_2=new Array("Teacher Application","https://mafc.org/recruiting/apply/apply_teacher.htm","",0,18,180);
	Menu2_5_3=new Array("A Day in the Life of...","http://www.mafc.org/recruiting/life/life_teacher.htm","",0,18,180);
        Menu2_5_4=new Array("Current Needs","http://www.mafc.org/recruiting/needs/index.htm#teacherneeds","",0);

	Menu2_6=new Array("Business & Finance","","",4);
        Menu2_6_1=new Array("Overview","http://www.mafc.org/recruiting/overview/overview_business.htm","",0,18,180);
        Menu2_6_2=new Array("Business & Finance Application","https://mafc.org/recruiting/apply/apply_business.htm","",0,18,180);
	Menu2_6_3=new Array("A Day in the Life of...","http://www.mafc.org/recruiting/life/life_business.htm","",0,18,180);
        Menu2_6_4=new Array("Current Needs","http://www.mafc.org/recruiting/needs/index.htm#financeneeds","",0);

	Menu2_7=new Array("Short-Term Applications","","",9);
        Menu2_7_1=new Array("Overview","http://www.mafc.org/recruiting/overview/overview_short-term.htm","",0,18,180);
        Menu2_7_2=new Array("Short-Term Pilot","https://mafc.org/recruiting/apply/apply_pilot.htm","",0,18,180);
        Menu2_7_3=new Array("Short-Term Engineer","https://mafc.org/recruiting/apply/apply_engineer.htm","",0,18,180);
        Menu2_7_4=new Array("Short-Term Pilot/Engineer","https://mafc.org/recruiting/apply/apply_pilotmechanic.htm","",0,18,180);
        Menu2_7_5=new Array("Short-Term Avionics","https://mafc.org/recruiting/apply/apply_avionics.htm","",0,18,180);
        Menu2_7_6=new Array("Short-Term Teacher","https://mafc.org/recruiting/apply/apply_teacher.htm","",0,18,180);
        Menu2_7_7=new Array("Short-Term Business","https://mafc.org/recruiting/apply/apply_business.htm","",0,18,180);
        Menu2_7_8=new Array("Short-Term IT","https://mafc.org/recruiting/apply/apply_IT.htm","",0,18,180);
        Menu2_7_9=new Array("Short-Term Canadian","https://mafc.org/recruiting/apply/apply_canadian.htm","",0,18,180);
	
        Menu2_8=new Array("Canadian Ministries","","",2);
        Menu2_8_1=new Array("Overview","http://www.mafc.org/recruiting/overview/overview_canada.htm","",0,18,180);
        Menu2_8_2=new Array("Apply Now","https://mafc.org/recruiting/apply/apply_canada.htm","",0,18,180);

        Menu2_9=new Array("Low-Time Pilot Program","","",2);
        Menu2_9_1=new Array("Overview","http://www.mafc.org/recruiting/overview/overview_low-time.htm","",0,18,180);
        Menu2_9_2=new Array("Apply Now","https://mafc.org/recruiting/apply/apply_low-time.htm","",0,18,180);

   	
        Menu3=new Array("Resource & Downloads","","",3,18,90);
	Menu3_1=new Array("Recruiting Videos","http://www.mafc.org/recruiting/videos","",0,36,60);
	Menu3_2=new Array("Country Profiles","http://www.mafc.org/recruiting/countries","",0,36,60);
	Menu3_3=new Array("Current Needs","http://www.mafc.org/recruiting/needs","",0,30,60);


        Menu4=new Array("Links & Contacts","","",4,18,60);
	Menu4_1=new Array("Recruiting E-mail","mailto:recruiting@mafc.org","",0,36,60);
        Menu4_2=new Array("Flight Schools","http://www.mafc.org/recruiting/links","",0,36,60);
	Menu4_3=new Array("Transport Canada","http://www.tc.gc.ca/","",0,36,60);
	Menu4_4=new Array("Home Office","http://www.mafc.org/contact.htm","",0,30,60);