/*
  --- 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.html', {'tw' : '_parent'}],
	['News','news.html', {'tw' : '_self'},
		['Newsletter','news.html', {'tw' : '_self'}],
		['Legislative/Regulatory','legislativenews.html', {'tw' : '_self'}],
		
	],
	['Membership', 'membership.html', {'tw' : '_self'},
		['Applications', 'membership.html', {'tw' : '_self'}],
		['Directory','http://www.acoog.org/MemDirectorManual/acoog2008.html', {'tw' : '_self'}],
		['Students','Students.html', {'tw' : '_self'}],
		['Constitution & Bylaws','pdf/bylaws_present.pdf', {'tw' : '_self'}],
		['AN09 Membership Meeting Info.','https://acoog.org/secure/member/AN09GMpacket.pdf', {'tw' : '_self'}],
	],
	['Education', 'Education.html', {'tw' : '_self'},
	 	['General Information', 'Education.html', {'tw' : '_self'}],
		['AOBOG', 'AOBOG.html', {'tw' : '_self'}],
		['CREOG', 'CREOG.html', {'tw' : '_self'}],
		['Residency Programs','ACOOGNet.html', {'tw' : '_self'}],
		//['CME Attestation','CME.html', {'tw' : '_self'}],
	],
	['Calendar', 'events.html', {'tw' : '_self'},
		['Events', 'events.html', {'tw' : '_self'}],
	//	[' Master Calendar', 'Calendar/index.html', {'tw' : '_parent'}],      
	],
	['About Us', 'history.html', {'tw' : '_self'},
		['History', 'history.html', {'tw' : '_self'}],
		['Contact Us', 'contactus.html', {'tw' : '_self'}],
		['Mission Statement', 'mission.html', {'tw' : '_self'}],
		['Board of Trustees', 'boardtrustees.html', {'tw' : '_self'}],
		['Gov Affairs Committee', 'LegislativeCommitteInfo.html', {'tw' : '_self'}],
		['ACOOG Committees','committees.html', {'tw' : '_self'}],
		['Committees List','Committeelist.html', {'tw' : '_self'}],
		['Committees Opinions','secure/member/committee_opinions.html', {'tw' : '_self'}], 
		
	],
	['Opportunities', 'Recruiting.html', {'tw' : '_self'},
	],
	['Photo Gallery','photogallery.html', {'tw' : '_self'},	
	 	['2008', 'photogallery.html', {'tw' : '_self'}],
		['2007', 'photogallery2007.html', {'tw' : '_self'}],],
	['Links', null, null,
		['AOBOG', 'AOBOG.html', {'tw' : '_self'}],
		['AOA', 'AOA.html', {'tw' : '_self'}],
		['AOF','AOF.html', {'tw' : '_self'}],
		['Womens Health FDA', 'FDAwoman.html', {'tw' : '_self'}],		
		['Every Patient Counts', 'AOARemotecontent.html', {'tw' : '_self'}],	
		['NTQR', 'NTQR.html', {'tw' : '_self'}],
		['AOA Mentor Program', 'Mentor_Prg.html', {'tw' : '_self'}],
	],
	['MEFACOOG','http://www.mefacoog.org/', {'tw' : '_self'},
		
	],

];
