/*************************************
*	IP II IMI IP II INI          *
*				     *
*	This is my menu shizzle      *		
*************************************/
	var NoOffFirstLineMenus=4;			// Number of first level items
	var LowBgColor='#A48B69';					// Background color when mouse is not over
	var LowSubBgColor='#958160';		// Background color when mouse is not over on subs
	var HighBgColor='#B6a06d';					// Background color when mouse is over
	var HighSubBgColor='#B6a06d';				// Background color when mouse is over on subs
	var FontLowColor='#FFFFFF';			// Font color when mouse is not over
	var FontSubLowColor='white';			// 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='#A48C69';		     // Border color
	var BorderSubColor='#B6a06d';			 // 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='left';			// Menu horizontal position 'left', 'center' or 'right'
	var MenuVerticalCentered='top';		// Menu vertical position 'top', 'middle','bottom' or static
	var ChildOverlap=.2;				// horizontal overlap child/ parent
	var ChildVerticalOverlap=.2;			// vertical overlap child/ parent
	var StartTop=222;				// Menu offset x coordinate
	var StartLeft=2;				// 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;			// SET TO 1 FOR HORIZONTAL MENU, 0 FOR VERTICAL
	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='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=1;				// Uses arrow gifs when 1
	var KeepHilite=1;				// Keep selected path highligthed
	var Arrws=['../script/tri2.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("The Missionary", "../The_Missionary/The_Missionary.htm", "", 3, 20, 155);
	Menu1_1 = new Array( "Missionary Work", "../The_Missionary/Missionary_Work.htm", "", 4,20, 200);
	    Menu1_1_1 = new Array ("Vision and Vocation", "../The_Missionary/Vision_and_Vocation.htm", "" , 0, 20, 200);
		Menu1_1_2 = new Array ("Between Church, Society, & State", "../The_Missionary/Between_Church_Society_and_State.htm", "" , 0, 20);
		Menu1_1_3 = new Array ("Local Presence", "../The_Missionary/Presence.htm", "" , 0, 20);
		Menu1_1_4 = new Array ("Missions and Modernity", "../The_Missionary/Mission_Modernity.htm", "" , 0, 20);
    Menu1_2 = new Array("Methodism", "../The_Missionary/Methodism.htm", "", 2,20, 200);
	   Menu1_2_1 = new Array ("The Wesleys", "../The_Missionary/The_Wesleys.htm", "" , 0, 20, 200);
	   Menu1_2_2 = new Array ("Spiritual Writing", "../The_Missionary/Spiritual_Writing.htm", "" , 0, 20);
 	Menu1_3 = new Array("Mission Era", "../The_Missionary/Mission_Era.htm", "", 3,20, 200);
	   Menu1_3_1 = new Array ("Pre 1870", "../The_Missionary/Pre_1870.htm", "" , 0, 20, 200);
	   Menu1_3_2 = new Array ("Post 1870", "../The_Missionary/Pos_1870.htm", "" , 0, 20,200);
	   Menu1_3_3 = new Array ("Legacy", "../The_Missionary/Legacy.htm", "" , 0, 20,200);
	
Menu2 = new Array("In Their Own Voices", "../Own_Voices/Own_Voices.htm","",2);
	Menu2_1 = new Array("Missionaries", "../Own_Voices/Missionaries.htm","",2,20,150);
		Menu2_1_1 = new Array ("British Wesleyans", "../Own_Voices/British_Wesleyans.htm","",3,20,200);
	     	Menu2_1_1_1 = new Array ("James Evans", "../Own_Voices/James_Evans.htm","",0,20,200);
	     	Menu2_1_1_2 = new Array ("Robert Terrill Rundle", "../Own_Voices/Robert_Terrill_Rundle.htm","",0);
	    	Menu2_1_1_3 = new Array ("Benjamin Sinclair", "../Own_Voices/Benjamin_Sinclair.htm","",0);
		Menu2_1_2 = new Array ("Canadian Methodists", "../Own_Voices/Canadian_Methodists.htm","",7);
            Menu2_1_2_1 = new Array ("Henry Bird Steinhauer", "../Own_Voices/Henry_Steinhauer.htm", "" ,0,20,200);
	        Menu2_1_2_2 = new Array ("Thomas Woolsey", "../Own_Voices/Thomas_Woolsey.htm","",0);
	        Menu2_1_2_3 = new Array ("George McDougall", "../Own_Voices/George_McDougall.htm","",0);
	        Menu2_1_2_4 = new Array ("John McDougall", "../Own_Voices/John_McDougall.htm","",0);
	        Menu2_1_2_5 = new Array ("John Maclean", "../Own_Voices/John_Maclean.htm","",0);
			Menu2_1_2_6 = new Array ("John Nelson", "../Own_Voices/John_Nelson.htm","",0);
			Menu2_1_2_7 = new Array ("John Niddrie", "../Own_Voices/John_Niddrie.htm","",0);
	Menu2_2 = new Array("Other Voices", "../Own_Voices/Other_Voices.htm", "",2,20,150);
		Menu2_2_1 = new Array ("People", "../Own_Voices/People.htm","",7,20,200); 	
	    	Menu2_2_1_1= new Array ("Maskepetoon", "../Own_Voices/Maskepetoon.htm","",0,20,200);
	     	Menu2_2_1_2 = new Array ("Jessie Mamanuwartum", "../Own_Voices/Jessie_Mamanuwartum.htm","",0);	
			Menu2_2_1_3 = new Array ("Margaret Sinclair", "../Own_Voices/Margaret_Sinclair.htm","",0);
         	Menu2_2_1_4 = new Array ("Elizabeth Chantler McDougall", "../Own_Voices/Elizabeth_Chantler_Mcdougall.htm","",0);
	     	Menu2_2_1_5 = new Array ("Peter Erasmus", "../Own_Voices/Peter_Erasmus.htm","",0);
			Menu2_2_1_6 = new Array ("Abigail Steinhauer McDougall", "../Own_Voices/Abigail_McDougall.htm","",0);
	     	Menu2_2_1_7 = new Array ("Elizabeth Boyd McDougall", "../Own_Voices/Elizabeth_Boyd_McDougall.htm","",0);
		Menu2_2_2 = new Array ("Selected Passages", "../Own_Voices/Selected_Passages.htm","",0); 	


Menu3 = new Array("The Missions", "The_Missions.htm","",2);
	Menu3_1 = new Array ("Mission Sites", "Mission_Sites.htm","",7,20,150);
		Menu3_1_1 = new Array ("Rossville (Norway House)", "Rossville.htm", "" , 0, 20, 200);
		Menu3_1_2 = new Array ("Fort Edmonton", "Fort_Edmonton.htm", "" , 0);
		Menu3_1_3 = new Array ("Pigeon Lake Mission", "Pigeon_Lake.htm", "" , 0);
		Menu3_1_4 = new Array ("Whitefish Lake Mission", "Whitefish_Lake_Mission.htm", "" ,0);
		Menu3_1_5 = new Array ("Victoria Mission", "Victoria_Mission.htm", "" , 0);
		Menu3_1_6 = new Array ("Morley Mission", "Morley_Mission.htm", "" , 0);
		Menu3_1_7 = new Array ("Kainai (Blood) Mission", "Kainai_Mission.htm", "" , 0);
   Menu3_2 = new Array("Related Sites", "Related_Sites.htm","",7);
		Menu3_2_1 = new Array ("Lac la Biche", "Lac_la_Biche.htm","",0,20,200);
		Menu3_2_2 = new Array ("Rocky Mountain House", "Rocky_Mountain_House.htm","",0);
		Menu3_2_3 = new Array ("Lac Ste. Anne", "Lac_Ste_Anne.htm","",0);
		Menu3_2_4 = new Array ("St. Albert", "St_Albert.htm","",0);
		Menu3_2_5 = new Array ("Our Lady of Peace Mission", "Our_Lady_Peace.htm","",0);
		Menu3_2_6 = new Array ("Lesser Slave Lake", "Lesser_Slave_Lake.htm","",0);
		Menu3_2_7 = new Array ("Dunvegan", "Dunvegan.htm","",0);


Menu4 = new Array("Maps","../Maps/Maps.htm","",0);


