/***********************************************************************************
*	(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=9;			// Number of first level items
	var LowBgColor='#FFFFFF';			// Background color when mouse is not over
	var LowSubBgColor='#000000';			// Background color when mouse is not over on subs
	var HighBgColor='#6E8F9C';			// Background color when mouse is over
	var HighSubBgColor='#2F414D';			// 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='white';			// Font color when mouse is over
	var FontSubHighColor='white';			// Font color subs when mouse is over
	var BorderColor='BLACK';			// Border color
	var BorderSubColor='WHITE';			// 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=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='top';		// Menu vertical position 'top', 'middle','bottom' or static
	var ChildOverlap=0;				// horizontal overlap child/ parent
	var ChildVerticalOverlap=.2;			// vertical overlap child/ parent
	var StartTop=0;				// 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=6;				// Left padding
	var TopPaddng=4;				// 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=100;			// delay before menu folds in
	var TakeOverBgColor=0;			// 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='menu';				// 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',10,8,'tridown.gif',1,1,'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("","http://www.tsag.net/index.php","menu1.gif",0,27,71);

Menu2=new Array("","http://www.tsag.net/discover.html","menu2.gif",7,27,132);
	Menu2_1=new Array("TSAG History","http://www.tsag.net/discover_history.html","",0,22,156);
	Menu2_2=new Array("Our Mission & Vision","http://www.tsag.net/discover_mission.html","",0);
	Menu2_3=new Array("Our Mandate & Operations","http://www.tsag.net/discover_mandate.html","",0);
	Menu2_4=new Array("Chiefs Steering Committee","http://www.tsag.net/discover_steering_committee.html","",0);
	Menu2_5=new Array("Board of Directors","http://www.tsag.net/discover_board.html","",0);
	Menu2_6=new Array("TSAG Staff","http://www.tsag.net/discover_staff.html","",0);
	Menu2_7=new Array("Governance Structure (PDF)","javascript:NewWin=window.open('pdf/TSAG_governance_structure.pdf','NWin');window['NewWin'].focus()","",0);


Menu3=new Array("","http://www.tsag.net/programs.html","menu3.gif",15,27,102);
	Menu3_1=new Array("Aboriginal Inland Habitat Program (AIHP)","http://www.tsag.net/programs_habitat.html","",0,22,265);
	Menu3_2=new Array("Alberta First Nations Schoolnet","http://www.tsag.net/programs_schoolnet.html","",0,22,300);
	Menu3_3=new Array("Animals and Human Health","http://www.tsag.net/programs_west_nile.html","",0,22,265);
	Menu3_4=new Array("Asset Management Group","http://www.tsag.net/programs_asset.html","",0,22,300);
	Menu3_5=new Array("Circuit Rider","http://www.tsag.net/programs_circuit_rider.html","",0,22,265);
	Menu3_6=new Array("Climate Change – Renewable Energy and Energy Efficiency","http://www.tsag.net/programs_energy_pathfinder.html","",0,36,265);
	Menu3_7=new Array("Environment Stewardship Network","http://www.tsag.net/programs_environmental.html","",0,22,265);
	Menu3_8=new Array("Fire Prevention","http://www.tsag.net/programs_fire_prevention.html","",0,22,265);
	Menu3_9=new Array("First Nation Watershed Program","http://www.tsag.net/programs_watershed.html","",0,22,265);
	Menu3_10=new Array("First Nations Conservation and Protection Stewardship Program","http://www.tsag.net/programs_firstnations1.html","",0,36,300);
	Menu3_11=new Array("First Nations Promoting Water Conservation and preservation Public Awareness Campaign","http://www.tsag.net/programs_firstnations2.html","",0,40,300);
	Menu3_12=new Array("Information Technology (IT)","http://www.tsag.net/programs_it.html","",0,22,300);
	Menu3_13=new Array("Networking & Communication","http://www.tsag.net/programs_networking.html","",0,22,265);
	Menu3_14=new Array("Off Reserve Housing Initiatives","http://www.tsag.net/programs_off_reserve.html","",0,22,300);
	Menu3_15=new Array("R2000 Housing and Standards Training","http://www.tsag.net/programs_r2000.html","",0,22,265);

 
Menu4=new Array("","http://www.tsag.net/news.html","menu4.gif",6,27,68);
	Menu4_1=new Array("Updated Scheduled Workshops","http://www.tsag.net/news_workshops.html","",0,22,181);
	Menu4_2=new Array("Training","http://www.tsag.net/news_training.html","",0);
	Menu4_3=new Array("Conference","http://www.tsag.net/news_conference.html","",0);
	Menu4_4=new Array("Golf Tournament","http://www.tsag.net/news_golf_fundraiser.html","",0);
	Menu4_5=new Array("Newsletter","http://www.tsag.net/news_newsletter.html","",0);
	Menu4_6=new Array("Scheduled Events","http://www.tsag.net/events/","",0);


Menu5=new Array("","http://www.tsag.net/library.html","menu5.gif",8,27,84);
	Menu5_1=new Array("Workshops & Training","http://www.tsag.net/library_fuel.html","",0,22,160);
	Menu5_2=new Array("Conference Presentations","http://www.tsag.net/library_presentations.html","",0,22,160);
	Menu5_3=new Array("Newsletters (Back Issues)","http://www.tsag.net/library_newsletters.html","",0,22,160);
	Menu5_4=new Array("Youth Camp","http://www.tsag.net/kids3.html","",0,22,160);
	Menu5_5=new Array("Annual Golf Fundraisers","http://www.tsag.net/library_golf_fundraiser.html","",0,22,160);
	Menu5_6=new Array("Menus and Guides","http://www.tsag.net/library_guides.html","",0,22,161,"white","red","red","red","red");
    Menu5_7=new Array("Slideshows","http://www.tsag.net/library_slideshows.html","",0,22,161,"white","red","red","red","red");
    Menu5_8=new Array("Volunteer Alberta","http://www.tsag.net/library_volunteer.html","",0,22,161,"white","red","red","red","red");



	
Menu6=new Array("","http://www.tsag.net/links.html","menu6.gif",0,27,68);


Menu7=new Array("","http://www.tsag.net/eaPortal/","menu7.gif",0,27,100);

Menu8=new Array("","http://www.tsag.net/kids.html","menu8.gif",2,27,97);
	Menu8_1=new Array("Kids (5-11)","http://www.tsag.net/kids1.html","",0,22,130);
	Menu8_2=new Array("Youth (12-17)","http://www.tsag.net/kids2.html","",0,22,130);


Menu9=new Array("","http://www.tsag.net/contact.html","menu9.gif",0,27,91);