/*
  --- 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','http://www.acoog.org', {'tw' : '_parent'}],
	['Office Information','http://www.acoog.org/contactus.html', {'tw' : '_new'},
		//['Newsletter','news.html', {'tw' : '_self'}],
		//['Legislative/Regulatory','legislativenews.html', {'tw' : '_self'}],
	],
	['Mission Statement', 'http://www.acoog.org/mission.html', {'tw' : '_new'},
		['Core Values', 'http://www.acoog.org/mission.html', {'tw' : '_new'}],
		['Vision Statement','http://www.acoog.org/mission.html', {'tw' : '_new'}],
		//['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'}],
	],
	['Osteopathic Pledge of Commitment', 'pledge.html', {'tw' : '_self'},	],
	
	['President', 'PresidentMessage.html', {'tw' : '_self'},

	//	['Events', 'events.html', {'tw' : '_self'}],
	//	[' Master Calendar', 'Calendar/index.html', {'tw' : '_parent'}],      
	],
	['Board of Trustees', 'https://www.acoog.org/boardtrustees.html', {'tw' : '_new'},	],
	
	['History', 'http://www.acoog.org/history.html', {'tw' : '_new'},	],
	
	['AOBOG-Certifying Board','certifying_board.html', {'tw' : '_self'},	],
	
	['Representatives to the AOA', 'representativesaoa.html', {'tw' : '_self'},	],

	['Committees','http://www.acoog.org/Committeelist.html', {'tw' : '_new'},	],

	['Residency Programs', 'http://www.acoog.org/ACOOGNet.html', {'tw' : '_new'},	],

	['AOA Residency Programs', 'http://www.opportunities.osteopathic.org/search/search.cfm', {'tw' : '_new'},	],

	['Fellowship Programs','http://www.acoog.org/Fellowship.html', {'tw' : '_new'},	],
	
	['Member Directory','http://www.acoog.org/source/security/site-logon.cfm?section=unknown&activesection=home&a=1', {'tw' : '_new'},	],
	
	['Fellows', null, null,
		['Diplomats of the AOBOG', 'DiplomatsAOBOG.html', {'tw' : '_self'}],
		['Distinguished Fellows', 'DistinguishedFellows.html', {'tw' : '_self'}],
		['Honorary Fellows', 'HonoraryFellows.html', {'tw' : '_self'}],
		['Other','OtherFellows.html', {'tw' : '_self'}],
	],
	['History and Awards', null, null,
		['Past Presidents', 'PastPresidents.html', {'tw' : '_self'}],
		['Past Secretaries', 'PastSecretaries.html', {'tw' : '_self'}],
		['Past Executive Directors', 'PastExecutiveDirectors.html', {'tw' : '_self'}],
		['Past Annual Conferences','PastAnnualConferences.html', {'tw' : '_self'}],
		['Awards','Awards.html', {'tw' : '_self'}],	
		['Grants','Grants.html	', {'tw' : '_self'}],
				
	],
	['MEFACOOG Corporate Support','http://mefacoog.org/MEFACOOG_council.html', {'tw' : '_new'},	],
	['Constitution and Bylaws','http://www.acoog.org/pdf/bylaws_present.pdf', {'tw' : '_new'},	],			
	['Future Conferences','http://www.acoog.org/events.html', {'tw' : '_new'},	],		
	['Distinguished Fellow Application','http://acoog.org/pdf/DistinguishedFellowshipApplication.pdf', {'tw' : '_new'},	],
	['Change of Addess Form','http://www.acoog.org/source/security/site-logon.cfm?section=unknown&activesection=home&a=1l', {'tw' : '_new'}, ],
	

];
