/*
  --- menu items --- 
  note that this structure has changed its format since previous version.
  additional third parameter is added for item scope settings.
  Now this structure is compatible with Tigra Menu GOLD.
  Format description can be found in product documentation.
*/
var MENU_ITEMS = [
        ['Home', 'index.asp', null,
		        ['About Us', 'aboutus.asp'],
				],
        ['Services', null, null,
                ['Newsletters', 'newsletters.asp'],
                ['Chapter Library', 'chapterlibrary.asp'],
                ['Frequently Asked Questions', 'faqs.asp'],
                ['HDI Membership Blog', 'hdimembershipblog.asp'],
                ['HDI National Library', 'http://www.thinkhdi.com/estore/Default.aspx', {'tw' : '_blank'}],
        ],
        ['Membership', null, null,
                ['Member Companies', 'membershipcompanies.asp'],
                ['Membership Levels', 'http://www.thinkhdi.com/join/levels.aspx', {'tw' : '_blank'}],
				['Free Trial Membership', 'LC_Trial_Membership_Form.doc'],
				 ['Vendor Sponsorship Info', 'sponsorshipinfo.asp'],
        ],
        ['&nbsp;&nbsp;&nbsp;&nbsp;DFW Jobs', null, null, 
                ['Job Openings', 'jobopenings.asp'],
                ['Job Seekers', 'jobseekers.asp'],
			    ['Dallas Jobs', 'dallasjobs.asp'],
        ],
        ['&nbsp;&nbsp;&nbsp;&nbsp;Events', null, null, 
                ['Current Chapter Meeting', 'currentchaptermeeting.asp'],
                ['Event Registration', 'eventregistration.asp'],
                ['Unregister for Event', 'unregister.asp'],
                ['Calendar of Events', 'calendarofevents.asp'],
                ['Calendar Submission', 'calendarsubmission.asp'],
                ['Past Chapter Meetings', 'pastchaptermeetings.asp'],
        ],
        ['&nbsp;&nbsp;&nbsp;&nbsp;Officers', null, null, 
                ['Position Descriptions', 'officerdescriptions.asp'],
                ['Officer Profiles', 'officerprofiles.asp'],
                ['Leadership Council', 'leadershipprofiles.asp'],
        ],
        ['&nbsp;&nbsp;&nbsp;Links', 'links.asp'],
        ['Tech News', 'technews.asp'],
        ['&nbsp;&nbsp;&nbsp;&nbsp;Analyst of the Year', null, null, 
                ['Purchase DVD of AOY Event', 'https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=9620542'],
                ['General Info', 'aoygeneralinfo.asp'],
            
        ],
];