/* changing menu items on 23 Feb 06  ; Pete Daly  */
//image directory
strImgDir = '../_images/';

//spacer images, used in top portion of navigation
strSpacerImg = '<img src="../_images/spacer.gif" width="11" height="10" border="0" />';
strConnectorImg = '<img src="../_images/nav_connector.gif" width="11" height="10" border="0" />';

//initial node to open
strInitNodeName = 'node1i';




//create new NavTree object
objNavTree = new NavTree();
objNavTree.useLeafImages = false;
objNavTree.leftHTML = '<img src="' + strImgDir + 'black.gif" width="3" height="20" alt="" border="0" align="top" />';

//make modifications
with (objNavTree) {
	//style classes
	styleClasses = new Array('MT1Class', 'MT2Class', 'MT3Class');
	//addNavChild(parentName, nodeName, text, URL, styleClass, title, target, features);
	addNavChild('_root', '_top', '<img src="' + strImgDir + 'nav_top.gif" width="143" height="21" alt="Site Navigation" name="MTTopImg" border="0" />', null, 'MTTop');
	addNavChild('_root', '_topcurve', '<img src="' + strImgDir + 'black.gif" width="3" height="26" alt="" border="0" align="top" /><img src="' + strImgDir + 'nav_curve_top.gif" width="18" height="26" alt="" name="MTCurveTopImg" border="0" align="top" />', null, 'MTCurveTop');
	
	
	
	
	
	addNavChild('_root', 'node0', 'NAPA HOMEPAGE', '../index.html', null, 'NAPA HOMEPAGE');
	addNavChild('_root', 'node1', 'About the Academy', 'index.html', null, 'About the Academy');
		addNavChild('node1', 'node1a', 'Strategic Plan', 'StrategicPlan2005.pdf', null, 'Strategic Plan');
		addNavChild('node1', 'node1b', 'Annual Report', 'annual_report.html', null, 'Annual Report');
		addNavChild('node1', 'node1c', 'Congressional Charter', 'congressional_charter.html', 'MT2Class2', 'Congressional Charter');
		addNavChild('node1', 'node1d', 'Board of Directors', 'board_directors.html', null, 'Board of Directors');
		
		addNavChild('node1', 'node1e', 'Staff', 'staff_consultants.html', null, 'Staff');
		
		
		addNavChild('node1', 'node1f', 'Awards', 'awardsindex.html', null, 'MT2Class2', 'Awards');
		addNavChild('node1', 'node1g', 'Academy Brochure', 'AcademyBrochure2003.pdf', 'MT2Class2', 'Academy Brochure');
		
		addNavChild('node1', 'node1h', 'Development & Giving', 'development.html', 'MT1Class2','null', 'Academy Development');
		addNavChild	('node1h', 'node1h1', 'Ways to Give', 'Giving.html', null,'Contributions & Gifts');
		addNavChild('node1h', 'node1h2', 'Development Staff', 'devStaff.html', 'MT2Class2','Contributions & Gifts');
		addNavChild('node1h', 'node1h3', ' Academy Newsletter', 'AcademyNews.html', 'MT2Class2','Contributions & Gifts');
		//addNavChild('node1h', 'node1h4', '', '<br />&nbsp;', 'MT1Class2' , '');
		
		
		
		
		
		
		
		addNavChild('node1', 'node1i', 'Fellows', 'fellows.html', 'MT1Class2' , 'Fellows');
			
			addNavChild('node1i', 'node1i1', ' Biographies', 'fellows_list.html', 'MT1Class2' , 'Fellows Biographies');
			//'MT3Class2'
			addNavChild('node1i', 'node1i2', ' News', 'fellows_news.html', 'MT1Class2' , 'Fellows News');
			addNavChild('node1i', 'node1i3', '2005 Class', 'newfellows05box.html', 'MT1Class2' , '2005 Fellows');
			addNavChild('node1i', 'node1i4',  ' Books ', 'fellow_books.html', 'MT1Class2' , ' Fellows Books');
			addNavChild('node1i', 'node1i5',  ' Papers', 'fellow_papers.html', 'MT1Class2' , ' Fellows Papers');					
		// adding to copy in line above
		addNavChild('node1', 'node1j', 'Standing Panels', 'standing_panels.html', 'MT1Class2', 'Standing Panels');
			addNavChild('node1j', 'node1j1', 'Exec Org & Mgt. (EOM)', '../aa_e_o_management/index.html', 'MT3Class2', 'Standing Panel on Executive Organization and Management');
			addNavChild('node1j', 'nodej2', 'Federal System', '../aa_federal_system/index.html', null, 'Standing Panel on the Federal System');
			addNavChild('node1j', 'node1j3', 'International', '../aa_international_affairs/index.html', null, 'Standing Panel on International Affairs');
			addNavChild('node1j', 'node1j4', 'Public Service', '../aa_public_service/index.html', null, 'Standing Panel on the Public Service');
			addNavChild('node1j', 'node1j5', 'Social Equity', '../aa_social_equity/index.html', null, 'Standing Panel on Social Equity in Governance');
		//addNavChild('node1', 'node1g', 'Staff', 'staff_consultants.html', null, 'Staff');
		//addNavChild('node1', 'node1h', 'Contributions & Gifts', 'contributions_gifts.html', 'MT2Class2', 'Contributions & Gifts');
		//addNavChild('node1', 'node1i', 'Awards', 'awardsindex.html', null, 'MT2Class2', 'Awards');
		//addNavChild('node1', 'node1j', 'Academy Brochure', 'AcademyBrochure2003.pdf', 'MT2Class2', 'Academy Brochure');
	addNavChild('_root', 'node2', 'Centers', '../program_concentrations/index.html', null, 'Centers');
		addNavChild('node2', 'node2a', 'Economy & Environment', '../pc_economy_environment/index.html', 'MT2Class2', 'Center for the Economy & Environment');
		addNavChild('node2', 'node2b', 'Global Leadership', '../pc_global/index.html', 'MT2Class2', 'Global Leadership');
		addNavChild('node2', 'node2c', 'Government Performance', '../pc_government_performance/index.html', 'MT2Class2', 'Center for Improving Government Performance');
		addNavChild('node2', 'node2d', 'Human Resources', '../pc_human_resources/index.html', 'MT2Class2', 'Center for Human Resources Management');
		addNavChild('node2', 'node2e', 'International Programs', '../pc_international_affairs/index.html', 'MT2Class2', 'International Programs');
		addNavChild('node2', 'node2f', 'Intergovernmental Relations', '../pc_intergov/index.html', 'MT2Class2', 'Intergovernmental Relations');
		addNavChild('node2', 'node2g', 'Management Studies', '../pc_management_studies/index.html', 'MT2Class2', 'Management Studies');
	addNavChild('_root', 'node3', 'Special Initiatives', '../si/index.html', null, 'Special Intiatives');
		addNavChild ('node3', 'node3a', 'Big Ideas', '../si/si_bigideas.html', 'MT2Class2', 'Big Ideas');
		addNavChild ('node3', 'node3b', 'Africa Working Group', '../si/si_africaworkinggroup.html', 'MT2Class2', 'Africa Working Group');
		addNavChild ('node3', 'node3c', 'National Commission on Public Service', '../resources/news/news_7_17_03.html', 'MT3Class2', 'National Commission on Public Service');
		addNavChild ('node3', 'node3d', 'Homeland Security', '../si/si_homeland.html', 'MT2Class2', 'Homeland Security');
			addNavChild ('node3d', 'node3d1', 'Recent Publications', '../si/si_homeland_papers.html', 'MT2Class2', 'Recent Publications');
	addNavChild ('node3', 'node3e', 'Congress', '../si/si_congress.html', 'MT2Class2', 'Congress');
	addNavChild('_root', 'node4', 'Resources', '../resources/index.html', null, 'Resources');
		addNavChild('node4', 'node4a', 'News Releases', '../resources/news_release.html', null, 'News Releases');
		addNavChild('node4', 'node4b', 'Congressional Testimony', '../resources/congressional_testimony.html', 'MT2Class2', 'Congressional Testimony');
		addNavChild('node4', 'node4c', 'Lectures', '../resources/lecture_transcripts.html', null, 'Lectures');
		addNavChild('node4', 'node4d', 'Links', '../resources/links.html', null, 'Links');
	addNavChild('_root', 'node5', 'Engage the Academy', '../contracting_partnering/index.html', 'MT1Class2', 'Engage the Academy');
	
	
	
	
	
	
	addNavChild('_root', '_bottom', '<img src="' + strImgDir + 'nav_bottom.gif" width="143" height="44" alt="Site Navigation" name="MTBottomImg" border="0" />', null, 'MTBottom');
}//with

function init() {
	DynLayerInit();
//createMenuTree(objNavTree, intLeft, intTop, strImageDir, strInitNodeName, [blnAutoClose], [blnOpenInitChildren]);
	createMenuTree(objNavTree, 10, 108, strImgDir + 'menutree', strInitNodeName, true, true);
}//init