<!-- Minus AutoDato -->

	var NoOffFirstLineMenus=6;			// Number of first level items
	var LowBgColor='CCCC99';				// Background color when mouse is not over
	var LowSubBgColor='CCCC99';			// Background color when mouse is not over on subs
	var HighBgColor='CCCC99';				// Background color when mouse is over
	var HighSubBgColor='FFFFCC';		// Background color when mouse is over on subs
	var FontLowColor='333333';			// Font color when mouse is not over
	var FontSubLowColor='333333';		// Font color subs when mouse is not over
	var FontHighColor='black';			// Font color when mouse is over
	var FontSubHighColor='black';		// Font color subs when mouse is over
	var BorderColor='CCCCCC';				// Border color
	var BorderSubColor='FFFFCC';		// Border color for subs
	var BorderWidth=1;							// Border width
	var BorderBtwnElmnts=1;					// Border between elements 1 or 0
	var FontFamily="verdana"	// Font family menu items
	var FontSize=7;									// 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=10;						// horizontal overlap child/ parent
	var ChildVerticalOverlap=5;		  // vertical overlap child/ parent
	var StartTop=105;								// Menu offset x coordinate
	var StartLeft=345;							// 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=1;			// SET TO 1 FOR HORIZONTAL MENU, 0 FOR VERTICAL
	var MenuFramesVertical=1;				// Frames in cols or rows 1 or 0
	var DissapearDelay=50;					// 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=[0,0,0,0,0,0,0,0,0];	// 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);

Menu1=new Array("Gatherings/Events  |   ","","",2,15,110);
	Menu1_1=new Array("Gathering Places","gplaces.php","",0,15,100);
	Menu1_2=new Array("Submit an Event","addevent.php","",0,15,100);

Menu2=new Array("Community Groups   |   ","","",3,15,115);
	Menu2_1=new Array("Search Groups","searchgroup.php","",0,15,130);
	Menu2_2=new Array("Sumbit/Update a Group","addgroup.php","",0,15,130);
	Menu2_3=new Array("Startup a Group","newgroups.php","",0,15,130);

Menu3=new Array("Businesses   |  ","","",2,15,80);
	Menu3_1=new Array("Search Businesses","searchbiz.php","",0,15,140);
	Menu3_2=new Array("Submit/Update a Business","addbiz.php","",0,15,140);

Menu4=new Array("Visitors   |   ","","",3,15,60);
	Menu4_1=new Array("Attractions/Leisure","attractions.php","",0,15,120);
	Menu4_2=new Array("Accommodations","accomodations.php","",0,15,120);
	Menu4_3=new Array("Dining","dining.php","",0,15,120);

Menu5=new Array("Resources   |   ","","",9,15,70);
	Menu5_1=new Array("Resource Centres","rcentres.php","",0,15,100);
	Menu5_2=new Array("The Rainbow List","rlist.php","",0,15,100);
	Menu5_3=new Array("Volunteer!","volunteer.php","",0,15,100);
	Menu5_4=new Array("For Youth","youth.php","",0,15,100);
	Menu5_5=new Array("In Crisis","incrisis.php","",0,15,100);
	Menu5_6=new Array("Health","health.php","",0,15,100);
	Menu5_7=new Array("Faith","faith.php","",0,15,100);
	Menu5_8=new Array("News Sources","newssources.php","",0,15,100);
	Menu5_9=new Array("Web Resources","weblinks.php","",0,15,100);

Menu6=new Array("GRRCC","","",5,15,50);
	Menu6_1=new Array("About the GRRCC","about.php","",0,15,100);
	Menu6_2=new Array("Banners","banners.php","",0,15,100);
	Menu6_3=new Array("Advertising","support.php","",0,15,100);
	Menu6_4=new Array("Contact us","contact.php","",0,15,100);
	Menu6_5=new Array("Legal/Privacy","legal.php","",0,15,100);


