
//MAKE ALL URLs ABSOLUTE (http://www.gcica.org/whatevername.html)


var MENU_ITEMS = [
	['Home', 'http://www.gcica.org/index.html', [null, null, 100]],
	['About Us', 'http://www.gcica.org/aboutus.html', [null, null, 100],
		['Who We Are', 'http://www.gcica.org/aboutus.html', null],
		['Board Members', 'http://www.gcica.org/board.html', null],
		['Contact Us', 'http://www.gcica.org/contactus.html', null],
		['GCICA Merchandise', 'http://www.gcica.org/merchandise.html', null],
	],
	['Conventions &amp; Chapters', 'http://www.gcica.org/upcomingevents.html', [null, null, 100],
	   ['Auctions', 'http://www.gcica.org/auctions.html', null],
	   ['Photos', 'http://www.gcica.org/Photos.html', null],
		['Upcoming Events', 'http://www.gcica.org/upcomingevents.html', null],
	],
	['Cookware', 'http://www.gcica.org/cookware.html', [null, null, 100],
		['Cleaning', 'http://www.gcica.org/cleaning.html', null,
			['Cast Iron', 'http://www.gcica.org/clean-iron.html', null],
			['Care &amp; Storing', 'http://www.gcica.org/clean-care.html', null],
			['Aluminum', 'http://www.gcica.org/clean-aluminum.html', null],
			],
		['Recipes', 'http://www.gcica.org/recipes.html', null],
		['Finishes', 'http://www.gcica.org/finishes.html', null],
		['Manufacturers', 'http://www.gcica.org/manufacturers.html', null],
		['Counterfeits', 'http://www.gcica.org/counterfeits.html', null],
		['Reproductions', 'http://www.gcica.org/reproductions.html', null],
	],
	['Forum', 'http://gcica.org/cgi-local/yabb/YaBB.cgi', [null, null, 100],
	      ['Open Forum', 'http://gcica.org/cgi-local/yabb/YaBB.cgi', null],
  	],		
	['Resources', 'http://www.gcica.org/resources.html', [null, null, 100],
	   ['Links', 'http://www.gcica.org/links.html', null],
	   ['Member Web Sites', 'http://www.gcica.org/mem-websites.html', null],
	  	['Publications', 'http://www.gcica.org/publications.html', null],
	  	['Members Only', 'http://www.gcica.org/members/index.html', null,
			['Board/Committee', 'http://www.gcica.org/members/mem-boardcomm.html', null],
			['Membership List', 'http://www.gcica.org/members/mem-roster.html', null],
			['Newsletter', 'http://www.gcica.org/members/mem-newsletter.html', null],
			['Meeting Minutes', 'http://www.gcica.org/members/mem-minutes.html', null],
	],		
		['Web Sites', 'http://www.gcica.org/mem-websites.html', null],
	],
	['Sign Up', 'http://www.gcica.org/membershipsignup.html', [null, null, 100]],
];


