	var NoOffFirstLineMenus=9;			// Number of first level items
	var LowBgColor='#496ca5';			// Background color when mouse is not over
	var LowSubBgColor='#496ca5';			// Background color when mouse is not over on subs
	var HighBgColor='#ee1c23';			// Background color when mouse is over
	var HighSubBgColor='#ee1c23';			// Background color when mouse is over on subs
	var FontLowColor='#E5D48F';			// Font color when mouse is not over
	var FontSubLowColor='#E5D48F';			// Font color subs when mouse is not over
	var FontHighColor='#E5D48F';			// Font color when mouse is over
	var FontSubHighColor='#E5D48F';			// Font color subs when mouse is over
	var BorderColor='';			// 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, Helvetica, sans-serif"	// Font family menu items
	var FontSize=10;				// 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 '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=150;				// 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=17;				// Left padding
	var TopPaddng=4;				// Top padding
	var FirstLineHorizontal=0;			// 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=1;				// 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=0;				// Uses arrow gifs when 1
	var KeepHilite=1;				// Keep selected path highligthed
	var Arrws=['tri.gif',5,10,'tridown.gif',10,5,'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("rollover:/images/nav_chapter.gif:/images/nav_chapter-over.gif","","",6,18,214);
	Menu1_1=new Array("History","/chapter/","",0,19,214);
	Menu1_2=new Array("Leadership","/chapter/leadership.php","",0,19,214);
	Menu1_3=new Array("Staff","/chapter/staff.php","",0,19,214);
	Menu1_4=new Array("Committees","/chapter/committees.php","",0,19,214);
	Menu1_5=new Array("Build Michigan Award","/chapter/buildaward.php","",0,19,214);
	Menu1_6=new Array("Conference Room/Videoconferencing","/chapter/conferencing.php","",0,19,214);

Menu2=new Array("rollover:/images/nav_hottopics.gif:/images/nav_hottopics-over.gif","/hottopics/","",0,19,214);

Menu3=new Array("rollover:/images/nav_membership.gif:/images/nav_membership-over.gif","","",5,19,214);
	Menu3_1=new Array("How to Join AGC","/membership/","",0,19,214);
	Menu3_2=new Array("Create Account/Login","/membership/create.php","",0,19,214);
	Menu3_3=new Array("Your Online Account","/membership/account.php","",0,19,214);
	Menu3_4=new Array("Welcome New Members","/membership/newmembers.php","",0,19,214);
	Menu3_5=new Array("AGC Affinity/Incentive Program","/membership/incentives.php","",0,19,214);

Menu4=new Array("rollover:/images/nav_education.gif:/images/nav_education-over.gif","","",5,34,214);
	Menu4_1=new Array("Educational Offerings/Professional Development","/education/","",0,19,300);
	Menu4_2=new Array("Workforce Development","/education/workforce.php","",0);
	Menu4_3=new Array("Scholarships","/education/scholarships.php","",0);
	Menu4_4=new Array("Summer Work Program","/education/summerwork.php","",0);
	Menu4_5=new Array("Resume Book","/education/resumebook.php","",0);

Menu5=new Array("rollover:/images/nav_labor.gif:/images/nav_labor-over.gif","","",3,19,214);
	Menu5_1=new Array("Legal","/legal/","",0,19,214);
	Menu5_2=new Array("Labor (Members Only)","/labor.php","",0);
	Menu5_3=new Array("Human Resources","/hr/","",0);
	
Menu6=new Array("rollover:/images/nav_legislative.gif:/images/nav_legislative-over.gif","","",5,19,214);
	Menu6_1=new Array("Issues","/legislative/","",0,19,214);
	Menu6_2=new Array("Contact Your Elected Representatives","/legislative/contact_rep.php","",0);
	Menu6_3=new Array("Legislative Bulletins","/legislative/bulletins.php","",0);
	Menu6_4=new Array("AGC of Michigan PAC","/legislative/involved.php","",0);
	Menu6_5=new Array("Karoub Associates","http://www.karoubassociates.com","",0);
	
Menu7=new Array("rollover:/images/nav_safety.gif:/images/nav_safety-over.gif","","",9,19,214);
	Menu7_1=new Array("Safety Training, Services & Benefits","/safety/","",0,19,300);
	Menu7_2=new Array("Michigan Construction Safety Training Day","/safety/safetyday.php","",0);
	Menu7_3=new Array("Safety Awards Programs","/safety/award.php","",0);
	Menu7_4=new Array("MIOSHA Alliance Program","/safety/miosha.php","",0);
	Menu7_5=new Array("Safety Staffing Exchange Board","/safety/safetystaffexchangeboard.php","",0);
	Menu7_6=new Array("Safety Products","/safety/resources.php","",0);
	Menu7_7=new Array("Environmental","/safety/environmental.php","",0);
	Menu7_8=new Array("Crime Prevention/Disaster Relief Preparedness","/safety/crimeprevention.php","",0);
	Menu7_9=new Array("Safety Links","/safety/links.php","",0);
	
Menu8=new Array("rollover:/images/nav_constructors.gif:/images/nav_constructors-over.gif","","",4,19,214);
	Menu8_1=new Array("How to become a CLC Member","/constructors/","",0,19,214);
	Menu8_2=new Array("Meetings Minutes","/constructors/minutes.php","",0,19,214);
	Menu8_3=new Array("Upcoming Classes/Events","/constructors/charity.php","",0,19,214);
	Menu8_4=new Array("CLC on a National Level","http://www.agc.org/page.ww?section=YCF&name=About+YCF","",0,19,214);
	

Menu9=new Array("rollover:/images/nav_resources.gif:/images/nav_resources-over.gif","","",5,19,214);
	Menu9_1=new Array("Weekly Construction Economic Report","/resources/datadigest.php","",0,19,214);
	Menu9_2=new Array("Michigan Construction News","http://www.michiganconstructionnews.com/","",0,19,214);
	Menu9_3=new Array("Resource Library","/resources/resourcematerial.php","",0,19,214);
	Menu9_4=new Array("Directory of Local Unions","/resources/localunions.php","",0,19,214);
	Menu9_5=new Array("Links","/resources/links.php","",0,19,214);
	

	