function menuLoad(s) {
	window.aboutgwcar = new Menu("root", 220,17);
	
	var dirlevel = new String(s);
	if (dirlevel.indexOf("undefined") == 0) dirlevel = "";

	aboutgwcar.addMenuItem("Board of Directors","location='" + dirlevel + "/about/directorsboard.htm'");
    aboutgwcar.addMenuItem("GWCAR Staff","location='" + dirlevel + "/about/staff.htm'");   
    aboutgwcar.addMenuItem("Membership Benefits","location='" + dirlevel + "/about/membersbenefits.htm'");   
    aboutgwcar.addMenuItem("Membership Application & Dues Payment","location='" + dirlevel + "/about/memberapplication.htm'");
	aboutgwcar.addMenuItem("Committees","location='" + dirlevel + "/about/committees.htm'");
	aboutgwcar.addMenuItem("Office Visit Request Form","location='" + dirlevel + "/about/officevisitrequest.htm'");
	aboutgwcar.addMenuItem("Bylaws","location='" + dirlevel + "/about/GWCAR_bylaws.pdf'"); 
	
	aboutgwcar.menuItemBorder = 1;				
	aboutgwcar.fontColor = "#003300";        		
	aboutgwcar.fontSize = 10;					
	aboutgwcar.fontWeight = "normal";		
	aboutgwcar.fontFamily = "Arial"		
	aboutgwcar.menuItemBgColor = "#F1DFAA";  	
	aboutgwcar.menuHiliteBgColor = "#3366CC";	
	aboutgwcar.fontColorHilite = "#FFFFFF";		
	aboutgwcar.menuBorder = 0;	
	aboutgwcar.hideOnMouseOut =true;  
		
/*
	window.newsgwcar = new Menu("root", 135,17);
	
	newsgwcar.addMenuItem("GWCAR Newsroom","location='" + dirlevel + "/news/gwcarnews/gwcarnews.htm'")
	newsgwcar.addMenuItem("Local","location='" + dirlevel + "/news/local/local.htm'");   
   newsgwcar.addMenuItem("Regional","location='" + dirlevel + "/news/regional/regional.htm'");   
    	
	newsgwcar.menuItemBorder = 1;				
	newsgwcar.fontColor = "#003300";        		
	newsgwcar.fontSize = 10;					
	newsgwcar.fontWeight = "normal";		
	newsgwcar.fontFamily = "Arial"		
	newsgwcar.menuItemBgColor = "#F1DFAA";  	
	newsgwcar.menuHiliteBgColor = "#3366CC";	
	newsgwcar.fontColorHilite = "#FFFFFF";		
	newsgwcar.menuBorder = 0;	
	newsgwcar.hideOnMouseOut =true;  
*/		
	window.publicpolicygwcar = new Menu("root", 135,17);

   publicpolicygwcar.addMenuItem("Grassroots","window.open('http://capwiz.com/gcaar/officials/state/?state=MD', '_blank');");
   publicpolicygwcar.addMenuItem("Public Policy Updates","location='" + dirlevel + "/publicpolicy/publicpolicy.htm'");
   publicpolicygwcar.addMenuItem("What RPAC Does for You","location='" + dirlevel + "/publicpolicy/rpac.htm'");
   publicpolicygwcar.addMenuItem("RPAC Pledge Form","window.open('https://gwcar.org/process/pledgeform.asp', '_blank');");
	
	publicpolicygwcar.menuItemBorder = 1;				
	publicpolicygwcar.fontColor = "#003300";        		
	publicpolicygwcar.fontSize = 10;					
	publicpolicygwcar.fontWeight = "normal";	
	
	publicpolicygwcar.fontFamily = "Arial"		
	publicpolicygwcar.menuItemBgColor = "#F1DFAA";  	
	publicpolicygwcar.menuHiliteBgColor = "#3366CC";	
	publicpolicygwcar.fontColorHilite = "#FFFFFF";		
	publicpolicygwcar.menuBorder = 0;	
	publicpolicygwcar.hideOnMouseOut =true;  
	
	window.educationgwcar = new Menu("root", 170,17);

 	educationgwcar.addMenuItem("Schedule of Events","location='" + dirlevel + "/education/education.htm'");
	//educationgwcar.addMenuItem("RealTOUR 2006","location='" + dirlevel + "/RealTOUR/default.htm'");
	educationgwcar.addMenuItem("Industry Calendar","location='" + dirlevel + "/commercial-industry-calendar/default.asp'");
	educationgwcar.addMenuItem("License Renewal Requirements","location='" + dirlevel + "/education/license_renewal.htm'");
	educationgwcar.addMenuItem("NAR Ethics Requirement","location='" + dirlevel + "/education/nar.htm'");
	educationgwcar.addMenuItem("Education/Event Handouts","location='" + dirlevel + "/education/event_handouts.htm'");
	educationgwcar.addMenuItem("Directions","location='" + dirlevel + "/education/directions.htm'");
	
	educationgwcar.menuItemBorder = 1;				
	educationgwcar.fontColor = "#003300";        		
	educationgwcar.fontSize = 10;					
	educationgwcar.fontWeight = "normal";
	educationgwcar.fontFamily = "Arial"		
	educationgwcar.menuItemBgColor = "#F1DFAA";  	
	educationgwcar.menuHiliteBgColor = "#3366CC";	
	educationgwcar.fontColorHilite = "#FFFFFF";		
	educationgwcar.menuBorder = 0;	
	educationgwcar.hideOnMouseOut =true;  

	educationgwcar.writeMenus();

/*	window.brokergwcar = new Menu("root", 202,17);

 	brokergwcar.addMenuItem("Complete REALTORŪ Directory","location='" + dirlevel + "/broker/memdirectory.asp'");
	brokergwcar.addMenuItem("Dual Residential/Commercial Agents","location='" + dirlevel + "/broker/dualdirectory.asp'");
	
	brokergwcar.menuItemBorder = 1;				
	brokergwcar.fontColor = "#003300";        		
	brokergwcar.fontSize = 10;					
	brokergwcar.fontWeight = "normal";
	brokergwcar.fontFamily = "Arial"		
	brokergwcar.menuItemBgColor = "#F1DFAA";  	
	brokergwcar.menuHiliteBgColor = "#3366CC";	
	brokergwcar.fontColorHilite = "#FFFFFF";		
	brokergwcar.menuBorder = 0;	
	brokergwcar.hideOnMouseOut =true;  

	brokergwcar.writeMenus();         
*/	
}
