/***********************************************************************************
*	(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='#00335A';			// Background color when mouse is not over
	var LowSubBgColor='#00335A';		// Background color when mouse is not over on subs
	var HighBgColor='#336699';			// Background color when mouse is over
	var HighSubBgColor='#336699';		// 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='white';			// Border color
	var BorderSubColor='white';			// Border color for subs
	var BorderWidth=0;					// Border width
	var BorderBtwnElmnts=1;				// Border between elements 1 or 0
	var FontFamily="Verdana,Arial,Helvetica,sans-serif"	// 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=.1;				// horizontal overlap child/ parent
	var ChildVerticalOverlap=0;			// vertical overlap child/ parent
	var StartTop=157;					// Menu offset x coordinate
	var StartLeft=93;					// Menu offset y coordinate
	var VerCorrect=0;					// Multiple frames y correction
	var HorCorrect=0;					// Multiple frames x correction
	var LeftPaddng=8;					// Left padding
	var TopPaddng=2;					// 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=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=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=['GRCs/menubar/tri.gif',5,18,'../grcs/spcr.gif',1,1,'GRCs/menubar/trileft.gif',5,18];	// Arrow source, width and height
	var upstand='';
	
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"

if(GrandStand!='index')
	upstand='index_e.php';
else
	upstand='';
Menu1=new Array("rollover:GRCs/menubar/nav_welcome.gif:GRCs/menubar/nav_welcome_on.gif",upstand + "#top","",8,22,74);
	Menu1_1=new Array("Welcome Letter",upstand + "#top","",0,18,200);
	Menu1_2=new Array("Sponsors",upstand + "#sponsors","",0,18,200);
	Menu1_3=new Array("About Winnipeg",upstand + "#winnipeg","",0,18,200);
	Menu1_4=new Array("National Advisory Committee","committee_e.php","",0,18,200);
	Menu1_5=new Array("CAPLA","","",3,18,200);
		Menu1_5_1=new Array("Annual General Meeting","meet_e.php#top","",0,18,200);
		Menu1_5_2=new Array("Membership Renewal","meet_e.php#renewal","",0,18,200);
		Menu1_5_3=new Array("Go to our web site","http://www.capla.ca","",0,18,200);
	Menu1_6=new Array("Legacy Material","","",2,18,200);
		Menu1_6_1=new Array("Call for Presenters","presenters1_e.php","",0,18,200);
		Menu1_6_2=new Array("Announcement Brochure","announcement_e.php","",0,18,200);
	Menu1_7=new Array("Contact us","contact_e.php","",0,18,200);
	Menu1_8=new Array("Deadlines","contact_e.php#deadlines","",0,18,200);

if(GrandStand!='about')
	upstand='about_e.php';
else
	upstand='';
Menu2=new Array("rollover:GRCs/menubar/nav_conference.gif:GRCs/menubar/nav_conference_on.gif",upstand + "#top","",5,22,86);
	Menu2_1=new Array("About the Conference",upstand + "#top","",0,18,200);
	Menu2_2=new Array("Sample Topics",upstand + "#topics","",0,18,200);
	Menu2_3=new Array("Languages",upstand + "#languages","",0,18,200);
	Menu2_4=new Array("Program At A Glance",upstand + "#program","",0,18,200);
	Menu2_5=new Array("Program Update","program_e.php","",0,18,200);

if(GrandStand!='register')
	upstand='register_e.php';
else
	upstand='';
Menu3=new Array("rollover:GRCs/menubar/nav_regist.gif:GRCs/menubar/nav_regist_on.gif",upstand + "#top","",6,22,90);
	Menu3_1=new Array("How To Register",upstand + "#top","",0,18,200);
	Menu3_2=new Array("Accommodations",upstand + "#accom","",0,18,200);
	Menu3_3=new Array("Fees",upstand + "#fees","",0,18,200);
	Menu3_4=new Array("Special Needs",upstand + "#special","",0,18,200);
	Menu3_5=new Array("How to Get Here",upstand + "#air","",0,18,200);
	Menu3_6=new Array("Participant Subsidy Program",upstand + "#subsidy","",0,18,200);

if(GrandStand!='events')
	upstand='events_e.php';
else
	upstand='';
Menu4=new Array("rollover:GRCs/menubar/nav_events.gif:GRCs/menubar/nav_events_on.gif",upstand + "#top","",7,22,58);
	Menu4_1=new Array("Welcome Reception",upstand + "#top","",0,18,250);
	Menu4_2=new Array("Pre-Conference Workshops",upstand + "#workshops","",0,18,250);
	Menu4_3=new Array("Concurrent Workshops","workshops_e.php","",6,18,250);
		Menu4_3_1=new Array("All","workshops_e.php","",0,18,200);
		Menu4_3_2=new Array("Monday","wkshp_mon_e.php","",0,18,200);
		Menu4_3_3=new Array("Tueday Morning 1","wkshp_tue_1_e.php","",0,18,200);
		Menu4_3_4=new Array("Tueday Morning 2","wkshp_tue_2_e.php","",0,18,200);
		Menu4_3_5=new Array("Tueday Afternoon 1","wkshp_tue_3_e.php","",0,18,200);
		Menu4_3_6=new Array("Tueday Afternoon 2","wkshp_tue_4_e.php","",0,18,200);
	Menu4_4=new Array("Canadian Recognizing Learning Awards",upstand + "#awards","",0,18,250);
	Menu4_5=new Array("Super Sessions","super_e.php","",0,18,250);
	Menu4_6=new Array("Building Canada\'s Portfolio",upstand + "#build","",0,18,250);
	Menu4_7=new Array("Dinner",upstand + "#dinner","",0,18,250);

if(GrandStand!='meet')
	upstand='meet_e.php';
else
	upstand='';
Menu5=new Array("rollover:GRCs/menubar/nav_meet.gif:GRCs/menubar/nav_meet_on.gif",upstand + "#top","",3,22,72);
	Menu5_1=new Array("CAPLA Annual General Meeting",upstand + "#top","",0,18,250);
	Menu5_2=new Array("Caucus Meetings",upstand + "#caucus","",0,18,250);
	Menu5_3=new Array("Schedule Your Own Meeting",upstand + "#interests","",0,18,250);
	
if(GrandStand!='hilite')
	upstand='hilite_e.php';
else
	upstand='';
Menu6=new Array("rollover:GRCs/menubar/nav_high.gif:GRCs/menubar/nav_high_on.gif",upstand + "#top","",4,22,78);
	Menu6_1=new Array("Keynote & Plenary Speakers",upstand + "#top","",0,18,250);
	Menu6_2=new Array("Sample of Organizations Presenting",upstand + "#org","",0,18,250);
	Menu6_3=new Array("Exhibitor Showcase",upstand + "#exhibit","",0,18,250);
	Menu6_4=new Array("Resource Area",upstand + "#resource","",0,18,250);
	
if(GrandStand!='proceed')
	upstand='proceed_e.php';
else
	upstand='';
Menu7=new Array("rollover:GRCs/menubar/nav_proceed.gif:GRCs/menubar/nav_proceed_on.gif","","",3,22,91);
	Menu7_1=new Array("Monday, 20 October",upstand + "#top","",0,18,200);
	Menu7_2=new Array("Tuesday, 21 October",upstand + "#tues","",0,18,200);
	Menu7_3=new Array("Wednesday, 22 October",upstand + "#wed","",0,18,200);
	
Menu8=new Array("rollover:GRCs/menubar/nav_partic.gif:GRCs/menubar/nav_partic_on.gif","http://www.capla.ca/conference/getParticipants.php?crr=A","",2,22,89);
	Menu8_1=new Array("Conference Participants","http://www.capla.ca/conference/getParticipants.php?crr=A","",0,18,200);
	Menu8_2=new Array("Photographs","javascript:getJiggy('http://www.capla.ca/conference/GRCs/pix_show/index.html','Pix','800','525')","",0,18,200);

Menu9=new Array("rollover:GRCs/menubar/endCap.gif:GRCs/menubar/endCap.gif","","",0,22,58);