
	var NoOffFirstLineMenus=14;			// Number of main menu  items
							// Colorvariables:
							// Color variables take HTML predefined color names or "#rrggbb" strings
							// For transparency make colors and border color ""
	var LowBgColor="#1E5DB2";			// Background color when mouse is not over
	var HighBgColor="red";				// Background color when mouse is over
	var FontLowColor="#FEEFD3";			// Font color when mouse is not over
	var FontHighColor="white";			// Font color when mouse is over
	var BorderColor="#1E5DB2";			// Border color
	var BorderWidthMain=1;				// Border width main items
	var BorderWidthSub=1;				// Border width sub items
 	var BorderBtwnMain=1;				// Border between elements main items 1 or 0
	var BorderBtwnSub=1;				// Border between elements sub items 1 or 0
	var FontFamily="arial";				// 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 can be: left, center, right, justify,
							// leftjustify, centerjustify or rightjustify. PartOfWindow determines part of window to use
	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=108;				// Menu offset x coordinate
	var StartLeft=10;				// 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=2;				// Top padding
	var FirstLineHorizontal=0;			// First level items layout horizontal 1 or 0
	var MenuFramesVertical=0;			// Frames in cols or rows 1 or 0
	var DissapearDelay=1000;			// delay before menu folds in
	var UnfoldDelay=100;				// delay before sub unfolds	
	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="";				// span id for relative positioning
	var MenuWrap=1;					// enables/ disables menu wrap 1 or 0
	var RightToLeft=0;				// enables/ disables right to left unfold 1 or 0
	var BottomUp=0;					// enables/ disables Bottom up unfold 1 or 0
	var UnfoldsOnClick=0;				// Level 1 unfolds onclick/ onmouseover
	var BaseHref="";				// BaseHref lets you specify the root directory for relative links. 
							// The script precedes your relative links with BaseHref
							// For instance: 
							// when your BaseHref= "http://www.MyDomain/" and a link in the menu is "subdir/MyFile.htm",
							// the script renders to: "http://www.MyDomain/subdir/MyFile.htm"
							// Can also be used when you use images in the textfields of the menu
							// "MenuX=new Array("<img src=\""+BaseHref+"MyImage\">"
							// For testing on your harddisk use syntax like: BaseHref="file:///C|/MyFiles/Homepage/"

	var Arrws=[BaseHref+"images/tri.gif",5,10,BaseHref+"images/tridown.gif",10,5,BaseHref+"images/trileft.gif",5,10,BaseHref+"images/triup.gif",10,5];

						// Arrow source, width and height.
						// If arrow images are not needed keep source ""

	var MenuUsesFrames=0;			// MenuUsesFrames is only 0 when Main menu, submenus,
						// document targets and script are in the same frame.
						// In all other cases it must be 1

	var RememberStatus=0;			// RememberStatus: When set to 1, menu unfolds to the presetted menu item. 
						// When set to 2 only the relevant main item stays highligthed
						// The preset is done by setting a variable in the head section of the target document.
						// <head>
						//	<script type="text/javascript">var SetMenu="2_2_1";</script>
						// </head>
						// 2_2_1 represents the menu item Menu2_2_1=new Array(.......
	var PartOfWindow=.8;			// PartOfWindow: When MenuCentered is justify, sets part of window width to stretch to

						// Below some pretty useless effects, since only IE6+ supports them
						// I provided 3 effects: MenuSlide, MenuShadow and MenuOpacity
						// If you don't need MenuSlide just leave in the line var MenuSlide="";
						// delete the other MenuSlide statements
						// In general leave the MenuSlide you need in and delete the others.
						// Above is also valid for MenuShadow and MenuOpacity
						// You can also use other effects by specifying another filter for MenuShadow and MenuOpacity.
						// You can add more filters by concanating the strings
	var MenuSlide="";
	

	var MenuShadow="";
	
	var MenuOpacity="";
	var MenuOpacity="progid:DXImageTransform.Microsoft.Alpha(opacity=100)";
	

	function BeforeStart(){return}
	function AfterBuild(){return}
	function BeforeFirstOpen(){return}
	function AfterCloseAll(){return}

// Menu tree:
// MenuX=new Array("ItemText","Link","background image",number of sub elements,height,width,"bgcolor","bghighcolor",
//	"fontcolor","fonthighcolor","bordercolor","fontfamily",fontsize,fontbold,fontitalic,"textalign","statustext");
// Color and font variables defined in the menu tree take precedence over the global variables
// Fontsize, fontbold and fontitalic are ignored when set to -1.



Menu1=new Array("Home","index.htm","",0,17,125,"","","","","","",-1,-1,-1,"","");
	

	
Menu2=new Array("Now Playing","","",6,17,110,"","","","","","",-1,-1,-1,"","");
	
	Menu2_1=new Array("Planetarium","planetarium_playing.htm","",0,17,135,"#6F83A8","#FBBD2F","white","#224B9B","black","",-1,-1,-1,"left","");
	Menu2_2=new Array("Virtual Simulator","vir.htm","",0,17, 135,"#6F83A8","#FBBD2F","white","#224B9B","black","",-1,-1,-1,"left","");
	Menu2_3=new Array("Laser & Light Shows","laser_playing.htm","",0,17, 135,"#6F83A8","#FBBD2F","white","#224B9B","black","",-1,-1,-1,"left","");
	Menu2_4=new Array("GroundStation Canada","gr_station_playing.htm","",0,17, 135,"#6F83A8","#FBBD2F","white","#224B9B","black","",-1,-1,-1,"left","");
	Menu2_5=new Array("Cosmic Courtyard","courtyard.htm","",0,17, 135,"#6F83A8","#FBBD2F","white","#224B9B","black","",-1,-1,-1,"left","");
	Menu2_6=new Array("Observatory","observatory.htm","",0,17, 135,"#6F83A8","#FBBD2F","white","#224B9B","black","",-1,-1,-1,"left","");
	


Menu3=new Array("About","","",2,17,110,"","","","","","",-1,-1,-1,"","");

	Menu3_1=new Array("Space Centre","","",4,17,125,"#6F83A8","#FBBD2F","white","#224B9B","black","",-1,-1,-1,"left","");
		
		Menu3_1_1=new Array("H.R. MacMillan","about_hrmacmillan.htm","",0,17,125,"#B8BDD3","#FEE7AF","#3A405C","#224B9B","black","",-1,-1,-1,"left","");
		Menu3_1_2=new Array("The Space Centre","about_the_spacecentre.htm","",0,17, 125,"#B8BDD3","#FEE7AF","#3A405C","#224B9B","black","",-1,-1,-1,"left","");
		Menu3_1_3=new Array("The Crab","about_the_crab.htm","",0,17, 125,"#B8BDD3","#FEE7AF","#3A405C","#224B9B","black","",-1,-1,-1,"left","");
		Menu3_1_4=new Array("Board of Directors","about_board_members.htm","",0,17, 125,"#B8BDD3","#FEE7AF","#3A405C","#224B9B","black","",-1,-1,-1,"left","");


	Menu3_2=new Array("Careers","jobs.htm","",0,17,125,"#6F83A8","#FBBD2F","white","#224B9B","black","",-1,-1,-1,"left","");
	


Menu4=new Array("Kids' Programs","","",5,17,115,"","","","","","",-1,-1,-1,"","");
	
	Menu4_1=new Array("Education Programs","education.htm","",1,17, 130,"#6F83A8","#FBBD2F","white","#224B9B","black","",-1,-1,-1,"left","");
		Menu4_1_1=new Array("Program Guide & Booking Forms","education.htm","",0,17,175,"#B8BDD3","#FEE7AF","#3A405C","#224B9B","black","",-1,-1,-1,"left","");
		
	Menu4_2=new Array("Outreach","outreach.htm","",0,17, 130,"#6F83A8","#FBBD2F","white","#224B9B","black","",-1,-1,-1,"left","");
	Menu4_3=new Array("Birthdays","birthdays.htm","",0,17, 130,"#6F83A8","#FBBD2F","white","#224B9B","black","",-1,-1,-1,"left","");
	Menu4_4=new Array("Sleepovers","sleepovers.htm","",0,17, 130,"#6F83A8","#FBBD2F","white","#224B9B","black","",-1,-1,-1,"left","");
	Menu4_5=new Array("Marsville 2010","marsville.htm","",0,17, 130,"#6F83A8","#FBBD2F","white","#224B9B","black","",-1,-1,-1,"left","");
	
Menu5=new Array("Prices & Times","","",3,17,115,"","","","","","",-1,-1,-1,"","");
	
	Menu5_1=new Array("Showtimes","","",2,17, 110,"#6F83A8","#FBBD2F","white","#224B9B","black","",-1,-1,-1,"left","");
		Menu5_1_1=new Array("Program Schedule","schedule.htm","",0,17,145,"#B8BDD3","#FEE7AF","#3A405C","#224B9B","black","",-1,-1,-1,"left","");
		Menu5_1_2=new Array("Laser & Light Shows","laser_playing.htm","",0,17, 145,"#B8BDD3","#FEE7AF","#3A405C","#224B9B","black","",-1,-1,-1,"left","");
		
	Menu5_2=new Array("Admission","admission.htm","",0,17, 110,"#6F83A8","#FBBD2F","white","#224B9B","black","",-1,-1,-1,"left","");
	Menu5_3=new Array("Hours","hours_operation.htm","",0,17, 110,"#6F83A8","#FBBD2F","white","#224B9B","black","",-1,-1,-1,"left","");
	


Menu6=new Array("Members","","",1,17,115,"","","","","","",-1,-1,-1,"","");
	
	Menu6_1=new Array("Benefits & Rates","member_benefits.htm","",0,17, 110,"#6F83A8","#FBBD2F","white","#224B9B","black","",-1,-1,-1,"left","");
	



Menu7=new Array("Kids' Korner","","",4,17,115,"","","","","","",-1,-1,-1,"","");
	
	Menu7_1=new Array("Games Online","kids_games.htm","",0,17, 120,"#6F83A8","#FBBD2F","white","#224B9B","black","",-1,-1,-1,"left","");
	Menu7_2=new Array("Colouring Pages","kids_kraft.htm","",0,17, 120,"#6F83A8","#FBBD2F","white","#224B9B","black","",-1,-1,-1,"left","");
	Menu7_3=new Array("Saturn 5 Saturdays","saturn_5_saturday.htm","",0,17, 120,"#6F83A8","#FBBD2F","white","#224B9B","black","",-1,-1,-1,"left","");
	Menu7_4=new Array("Space Books","kidsbooks.htm","",0,17, 120,"#6F83A8","#FBBD2F","white","#224B9B","black","",-1,-1,-1,"left","");
	

Menu8=new Array("Teachers","","",4,17,115,"","","","","","",-1,-1,-1,"","");
	
	Menu8_1=new Array("Educator's Blog","javascript:window.open('http://spacecentre.ning.com/','','width=675,height=425,scrollbars','')","",0,17, 160,"#6F83A8","#FBBD2F","white","#224B9B","black","",-1,-1,-1,"left","");
	Menu8_2=new Array("Lesson Plans","lessons.htm","",0,17, 160,"#6F83A8","#FBBD2F","white","#224B9B","black","",-1,-1,-1,"left","");
	Menu8_3=new Array("Teacher's Notes","teach_notes.htm","",0,17, 160,"#6F83A8","#FBBD2F","white","#224B9B","black","",-1,-1,-1,"left","");
	Menu8_4=new Array("Professional Development","javascript:window.open('http://www.engagingscience.org/main.asp','','width=675,height=425,scrollbars','')","",0,17, 160,"#6F83A8","#FBBD2F","white","#224B9B","black","",-1,-1,-1,"left","");


Menu9=new Array("Donate & Dedicate","","",2,17,115,"","","","","","",-1,-1,-1,"","");
	
	Menu9_1=new Array("Become a Supporter","fund_raising.htm","",0,17, 140,"#6F83A8","#FBBD2F","white","#224B9B","black","",-1,-1,-1,"left","");
	Menu9_2=new Array("Dedicate a Star","dedicate_a_star.htm","",0,17, 140,"#6F83A8","#FBBD2F","white","#224B9B","black","",-1,-1,-1,"left","");
	


Menu10=new Array("Facility Rentals","","",2,17,115,"","","","","","",-1,-1,-1,"","");
	
	Menu10_1=new Array("Venues","facility_rentals.htm","",0,17, 100,"#6F83A8","#FBBD2F","white","#224B9B","black","",-1,-1,-1,"left","");
	Menu10_2=new Array("Testimonials","facility_rentals_testimonials.htm","",0,17, 100,"#6F83A8","#FBBD2F","white","#224B9B","black","",-1,-1,-1,"left","");
	

Menu11=new Array("Sky Watch","sky_launch.htm","",0,17,115,"","","","","","",-1,-1,-1,"","");


Menu12=new Array("Media Room","","",2,17,115,"","","","","","",-1,-1,-1,"","");

	Menu12_1=new Array("Video Clips & Logos","video.htm","",0,17, 120,"#6F83A8","#FBBD2F","white","#224B9B","black","",-1,-1,-1,"left","");
	Menu12_2=new Array("Press Releases","media_room.htm","",0,17, 120,"#6F83A8","#FBBD2F","white","#224B9B","black","",-1,-1,-1,"left","");
	Menu12_3=new Array("Annual Reports","media_room.htm","",0,17, 120,"#6F83A8","#FBBD2F","white","#224B9B","black","",-1,-1,-1,"left","");

Menu13=new Array("Our Location","location.htm","",0,17,115,"","","","","","",-1,-1,-1,"","");


Menu14=new Array("Contact Us","contact.htm","",0,17,115,"","","","","","",-1,-1,-1,"","");
	
	




