/***********************************************************************************
*	(c) Ger Versluis 2000 version 5.41 24 December 2001	          *
*	For info write to menus@burmees.nl		          *
*	You may remove all comments for faster loading	          *		
***********************************************************************************/

	var NoOffFirstLineMenus=7;			// Number of first level items
	var LowBgColor='#999999';			// Background color when mouse is not over
	var LowSubBgColor='#FFFFFF';			// Background color when mouse is not over on subs
	var HighBgColor='#999999';			// Background color when mouse is over
	var HighSubBgColor='#FFCC66';			// Background color when mouse is over on subs
	var FontLowColor='#FFFFFF';			// Font color when mouse is not over
	var FontSubLowColor='#000000';			// Font color subs when mouse is not over
	var FontHighColor='#000000';			// Font color when mouse is over
	var FontSubHighColor='#000000';			// Font color subs when mouse is over
	var BorderColor='#999999';			// Border color
	var BorderSubColor='#000000';			// Border color for subs
	var BorderWidth=1;				// Border width
	var BorderBtwnElmnts=0;			// Border between elements 1 or 0
	var FontFamily="verdana, arial, helvetica, sans-serif"	// Font family menu items
	var MenuFontSize=10;		// Font size menu items			
	var SubMenuFontSize=8;		// Font size sub 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='center';			// 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=0;			// vertical overlap child/ parent
	var StartTop=105;				// Menu offset x coordinate
	var StartLeft=0;				// Menu offset y coordinate
	var VerCorrect=0;				// Multiple frames y correction
	var HorCorrect=0;				// Multiple frames x correction
	var LeftPaddng=2;				// Left padding
	var TopPaddng=3;				// 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=1000;			// delay before menu folds in
	var TakeOverBgColor=0;			// 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=0;				// Uses arrow gifs when 1
	var KeepHilite=1;				// Keep selected path highligthed
	var Arrws=[];	// Arrow source, width and height

function BeforeStart(){return true}
function AfterBuild(){return true}
function BeforeFirstOpen(){return true}
function AfterCloseAll(){return true}


// 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("Home","/index.php","",0,27,75);

Menu2=new Array("Support","/branches.php","",5,27,100);
	Menu2_1=new Array("Local Support Groups","/branches.php","",0,33,100);
	Menu2_2=new Array("GIG Membership","/membership.php","",0,33,100);
	Menu2_3=new Array("Volunteer Opportunities","/volunteer.php","",0,33,100);
	Menu2_4=new Array("Alliance Partners","/partners.php","",0,33,100);
	Menu2_5=new Array("Donate","/donate.php","",0,20,80);

Menu3=new Array("Events/Programs","/events.php","",5,27,170);
	Menu3_1=new Array("GIG Events","/events.php","",0,20,170);
	Menu3_2=new Array("Restaurant Program","/gfrap.php","",0,20,170);	
	Menu3_3=new Array("Certified GF Program","/gfco.php","",0,20,170);
	Menu3_4=new Array("Recipe Database","/recipes.php","",0,20,170);
	Menu3_5=new Array("Advocacy & Awareness","/advo.php","",0,20,170);
			
Menu4=new Array("Resources","/resources.php","",4,27,120);
	Menu4_1=new Array("Educational Materials","/publications.php","",0,33,120);
	Menu4_2=new Array("Health Care Professionals","/professionals.php","",0,33,120);
	Menu4_3=new Array("Celiac Centers","/celiaccenters.php","",0,20,120);
	Menu4_4=new Array("Journal Publications","http://www.gluten.net/resources.php#Journals","",0,33,120);	
	
Menu5=new Array("Shop","/marketplace.php","",5,27,80);
	Menu5_1=new Array("GIG Logo Items","/logo_items.php","",0,33,80);
	Menu5_2=new Array("Books and Media","/books.php","",0,33,80);
	Menu5_3=new Array("GIG Order Form","downloads/print/GIGOrderForm.pdf","",0,33,80);	
	Menu5_4=new Array("GF Companies","/gfcompanies.php","",0,33,80);
	Menu5_5=new Array("Support GIG","/donate.php","",0,33,80);

Menu6=new Array("About","about.php","",4,27,100);
	Menu6_1=new Array("Gluten Intolerance Group","about.php","",0,46,100);
	Menu6_2=new Array("Celiac Disease","/celiac.php","",0,20,100);		
	Menu6_3=new Array("Dermatitis Herpetiformis","/dh.php","",0,33,100);		
	Menu6_4=new Array("Gluten-Free Diet","/diet.php","",0,33,100);		


Menu7=new Array("Contact Us","/contact.php","",0,27,100);
