/* --- menu items --- */
var MENU_ITEMS = [
/* single menu item - link to AALT home page */
     ['<img src="../menu/images/aalt_home_down.jpg" alt="AALT Homepage" border="0">', '../index.html', null],
/* Frist set of full menus */
        ['<img src="../menu/images/about_aalt_down.jpg" alt="About AALT" border="0">', '../about/index.html', null,
   		['&nbsp;&nbsp; Awards', '../about/awards.html'],
		['<img src="../menu/images/submenu2.gif" align="right" border="0">&nbsp;&nbsp; Goverance', null, null,		
		     ['&nbsp;&nbsp; Bylaws', '../governance/documents/AALT_Bylaws_2010.pdf', {'tw':'_blank'}],
             ['&nbsp;&nbsp; Board of Directors', '../governance/board.html'],
		     ['&nbsp;&nbsp; Board Positions', '../governance/positions.html'],
		     ['&nbsp;&nbsp; Committees', '../governance/committees.html'],
    	 	 ['&nbsp;&nbsp; Organization Chart', '../governance/documents/orgchart.pdf', {'tw':'_blank'}]
		],
		['&nbsp;&nbsp; History', '../about/history.html'],
		['&nbsp;&nbsp; Liaisons', '../about/liaisons.html'],		
		['<img src="../menu/images/submenu2.gif" align="right" border="0">&nbsp;&nbsp; Membership', null, null,
			 ['&nbsp;&nbsp; Membership Benefits', '../about/benefits.html'],
			 ['&nbsp;&nbsp; Membership Types', '../about/memberships.html'],
			 ['&nbsp;&nbsp; Create/Renew', 'https://www.regonline.com/AALTMembership', {'tw':'_blank'}]
		],	 
		['&nbsp;&nbsp; Mission and Purpose', '../about/purpose.html'],
		['<img src="../menu/images/submenu2.gif" align="right" border="0">&nbsp;&nbsp; News', null, null,
		     ['&nbsp;&nbsp; News Archive', '../news/archive.html'],
		     ['&nbsp;&nbsp; Press Releases', '../news/press_release.html']
		],
		['<img src="../menu/images/submenu2.gif" align="right" border="0">&nbsp;&nbsp; Privacy', null, null,
			['&nbsp;&nbsp; Web Statement', '../about/privacy.html'], 
			['&nbsp;&nbsp; Full Policy', '../governance/documents/privacypolicy.pdf', {'tw':'_blank'}]
		],
		['&nbsp;&nbsp; Publications', '../about/publications.html'],
	],
/* Second set of full menus */	
	['<img src="../menu/images/careers_down.jpg" alt="Career Information" border="0">', '../careers/index.html', null,
        ['&nbsp;&nbsp; Education', '../careers/education.html'],
		['<img src="../menu/images/submenu2.gif" align="right" border="0">&nbsp;&nbsp; Job Opportunities', null, null,
		     ['&nbsp;&nbsp; AALT Job Boards', '../jobboards/index.php', {'tw':'_blank'}],
		     ['&nbsp;&nbsp; Other Job Boards', '../careers/jobopps.html']
		],
		['&nbsp;&nbsp; Job Profiles', '../careers/jobprofiles.html'],
        ['&nbsp;&nbsp; Salary Survey', '../careers/salaries.html'],
		['&nbsp;&nbsp; Link Library', '../linklibrary/index.html']
	],
/* Third set of full menus */	
	['<img src="../menu/images/networking_down.jpg" alt="Professional Development and Networking" border="0"', '../networking/index.html', null,
		['&nbsp;&nbsp; AALT Journal', '../journal/index.html'],
     [
/*<img src="../menu/images/submenu2.gif" align="right" border="0">*/
	 '&nbsp;&nbsp;Conference', '../conference'
	 /*, null,
     ['&nbsp;&nbsp;Sponsors', 'https://thriva.activenetwork.com/Reg4/Form.aspx?IDTD=3807914&RF=3809881', {'tw':'_blank'}],
	 ['&nbsp;&nbsp;Vendors', 'https://thriva.activenetwork.com/Reg4/Form.aspx?IDTD=3807914&RF=3809823', {'tw':'_blank'}] */
        ],
        ['&nbsp;&nbsp; Conference Blog', '../blog/', {'tw':'_blank'}],		
		['&nbsp;&nbsp; Discussion Forums', '../networking/discussion.html'],
		['<img src="../menu/images/submenu2.gif" align="right" border="0">&nbsp;&nbsp; Events', null, null,
/*            ['&nbsp;&nbsp; Programs North', null, null],   'http://aalt.allregistrations.com/Events.aspx', {'tw':'_blank'}],  */
/*	        ['&nbsp;&nbsp; Programs South', null, null],   'http://aalt.allregistrations.com/Events.aspx', {'tw':'_blank'}],  */
	        ['&nbsp;&nbsp; Photo Gallery', '../events/index.html']
        ],
/*		['&nbsp;&nbsp; Library Associations', 'http://www.cmiregistration.com/user/directory/index.jxp?org=271', {'tw':'_blank'}], */
		['&nbsp;&nbsp; Mentoring', '../careers/mentorship.html']
	],
/* Single menu item to Link Library */	
	['<img src="../menu/images/link_library_down.jpg" alt="Link Library" border="0"', '../linklibrary/index.html', null]
];
