// navigation 9b   with less nodes versus nav 9 and navigation.js  

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
strInitOpenNode = 'node2';



//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');
	
	
	
	// changed node names from node 1 to node1a to close for fellows node menu item ;  Pete Daly   16 march 06 
	
	addNavChild('_root', 'node0', 'NAPA HOMEPAGE', '../index.html', null, 'NAPA HOMEPAGE');
	addNavChild('_root', 'node1', 'About the Academy', 'index.html', null, 'About the Academy');
		
		addNavChild('node1', 'node1b', 'Annual Report', '2005Annual_Report.htm', 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', 'Awards', 'awardsindex.html', null, 'Awards');
		addNavChild('node1', 'node1f', 'Academy Brochure', 'napa_brochure.pdf', 'MT2Class2', 'Academy Brochure');
		addNavChild('node1', 'node1g', 'Staff', 'staff_consultants.html', null, 'Staff');
		
		addNavChild('_root', 'node2', 'Fellows', 'fellows.html', 'MT1Class2' , 'Fellows');
			
			addNavChild('node2', 'node2a', 'Biographies', 'fellows_list.html', 'MT1Class2', 'Fellows Biographies');
			addNavChild('node2', 'node2b', 'News', 'fellows_news.html', 'MT1Class2', 'Fellows News');
			addNavChild('node2', 'node2c', '2009 Class', 'newfellows09box.html', 'MT1Class2', '2009 Fellows');
			addNavChild('node2', 'node2d',  ' Books ', 'fellow_books.html', 'MT1Class2', ' Fellows Books');
			addNavChild('node2', 'node2e',  ' Papers', 'fellow_papers.html', 'MT1Class2', ' Fellows Papers');		
			
					
		//addNavChild('node2', 'node2f', 'Awards', 'awardsindex.html', null, 'Awards');
		//addNavChild('node2', 'node2g', 'Academy Brochure', 'napa_brochure.pdf', 'MT2Class2', 'Academy Brochure');
		
		addNavChild('_root', 'node3', 'Standing Panels', 'standing_panels.html', 'MT1Class2', 'Standing Panels');
			addNavChild('node3', 'node3a', 'Exec Org & Mgt. (EOM)', '../aa_e_o_management/index.html', 'MT3Class2', 'Standing Panel on Executive Organization and Management');
			addNavChild('node3', 'node3b', 'Federal System', '../aa_federal_system/index.html', null, 'Standing Panel on the Federal System');
			addNavChild('node3', 'node3c', 'International', '../aa_international_affairs/index.html', null, 'Standing Panel on International Affairs');
			addNavChild('node3', 'node3d', 'Public Service', '../aa_public_service/index.html', null, 'Standing Panel on the Public Service');
			addNavChild('node3', 'node3e', 'Social Equity', '../aa_social_equity/index.html', null, 'Standing Panel on Social Equity in Governance');
		
		
		
		
		
		
		
		
		addNavChild('_root', 'node4', 'Consortia', '../program_concentrations/Consortiumindex.html', null, 'Consortia');
		addNavChild('node4', 'node4a', 'Global Leadership', '../pc_global/index.html', 'MT2Class2', 'Global Leadership');
		addNavChild('node4', 'node4b', 'Government Performance', '../pc_government_performance/index.html', 'MT2Class2', 'Consortium for Improving Government Performance');
		addNavChild('node4', 'node4c', 'Human Resources', '../pc_human_resources/index2.html', 'MT2Class2', 'Consortium for Human Resources Management');
		
		
		addNavChild('_root', 'node5', 'Centers', '../program_concentrations/index.html', null, 'Centers');
		addNavChild('node5', 'node5a', 'Economy & Environment', '../pc_economy_environment/index.html', 'MT2Class2', 'Center for the Economy & Environment');
		addNavChild('node5', 'node5b', 'Global Leadership', '../pc_global/index.html', 'MT2Class2', 'Global Leadership');
		addNavChild('node5', 'node5c', 'Government Performance', '../pc_government_performance/index.html', 'MT2Class2', 'Center for Improving Government Performance');
		addNavChild('node5', 'node5d', 'Human Resources', '../pc_human_resources/index.html', 'MT2Class2', 'Center for Human Resources Management');
		addNavChild('node5', 'node5e', 'International Programs', '../pc_international_affairs/index.html', 'MT2Class2', 'International Programs');
		addNavChild('node5', 'node5f', 'Intergovernmental Relations', '../pc_intergov/index.html', 'MT2Class2', 'Intergovernmental Relations');
		addNavChild('node5', 'node5g', 'Management Studies', '../pc_management_studies/index.html', 'MT2Class2', 'Management Studies');
	
		
		addNavChild('_root', 'node6', 'Development & Giving', 'development.html', 'MT1Class2', 'Academy Development');
		addNavChild('node6', 'node6a', 'Ways to Give', 'about_academy/Giving.html', null,'Contributions & Gifts');
		addNavChild('node6', 'nod6b', 'Development Staff', 'devStaff.html', 'MT2Class2','Contributions & Gifts');
		addNavChild('node6', 'node6c', 'Capital Campaign', 'CapitalCampaign.html', 'MT2Class2','Contributions & Gifts');
		addNavChild('node6', 'node6d', ' Academy Newsletter', 'AcademyNews.html', 'MT2Class2','Contributions & Gifts');
		
		
		
/*
	addNavChild('_root', 'node6', 'Consortia', '../program_concentrations/index.html', null, 'Consortia');
		addNavChild('node6', 'node6a', 'Economy & Environment', '../pc_economy_environment/index.html', 'MT2Class2', 'Center for the Economy & Environment');
		addNavChild('node6', 'node6b', 'Global Leadership', '../pc_global/index.html', 'MT2Class2', 'Global Leadership');
		addNavChild('node6', 'node6c', 'Government Performance', '../pc_government_performance/index.html', 'MT2Class2', 'Center for Improving Government Performance');
		addNavChild('node6', 'node6d', 'Human Resources', '../pc_human_resources/index2.html', 'MT2Class2', 'Center for Human Resources Management');
		addNavChild('node6', 'node6e', 'International Programs', '../pc_international_affairs/index.html', 'MT2Class2', 'International Programs');
		addNavChild('node6' , 'node6f', 'Intergovernmental Relations', '../pc_intergov/index.html', 'MT2Class2', 'Intergovernmental Relations');
		addNavChild('node6', 'node6g', 'Management Studies', '../pc_management_studies/index.html', 'MT2Class2', 'Management Studies');
	
	*/
	
	addNavChild('_root', 'node7', 'Special Initiatives', '../si/index.html', null, 'Special Intiatives');
		addNavChild ('node7', 'node7a', 'Big Ideas', '../si/si_bigideas.html', 'MT2Class2', 'Big Ideas');
		addNavChild ('node7', 'node7b', 'Africa Working Group', '../si/si_africaworkinggroup.html', 'MT2Class2', 'Africa Working Group');
		addNavChild ('node7', 'node7c', 'National Commission on Public Service', '../resources/news/news_7_17_03.html', 'MT3Class2', 'National Commission on Public Service');
		addNavChild ('node7', 'node7d', 'Homeland Security', '../si/si_homeland.html', 'MT2Class2', 'Homeland Security');
			addNavChild ('node7', 'node7e', 'Recent Publications', '../si/si_homeland_papers.html', 'MT2Class2', 'Recent Publications');
	addNavChild ('node7', 'node7f', 'Congress', '../si/si_congress.html', 'MT2Class2', 'Congress');
	addNavChild ('node7', 'node7g', 'Institutions for Fragile States', '../fragile.html', 'MT2Class2', 'Institutions for Fragile States');
	addNavChild('_root', 'node8', 'Resources', '../resources/index.html', null, 'Resources');
		addNavChild('node8', 'node8a', 'News Releases', '../resources/news_release.html', null, 'News Releases');
		addNavChild('node8', 'node8b', 'Congressional Testimony', '../resources/congressional_testimony.html', 'MT2Class2', 'Congressional Testimony');
		addNavChild('node8', 'node8c', 'Lectures', '../resources/lecture_transcripts.html', null, 'Lectures');
		addNavChild('node8', 'node8d', 'Links', '../resources/links.html', null, 'Links');
	
	
	addNavChild('_root', 'node9', 'Engage the Academy', '../contracting_partnering/index.html', 'MT1Class2', 'Engage the Academy');
	addNavChild('_root', 'node7', 'Current Opportunities', '../Current_Opportunities/jobs.html', 'MT1Class2', 'Current Opportunities');
	
	
	
	
	
	//143
	addNavChild('_root', '_bottom', '<img src="' + strImgDir + 'nav_bottom.gif" width="153" height="44" alt="Site Navigation" name="MTBottomImg" border="0" />', null, 'MTBottom');
}//with

function init() {
	DynLayerInit();
	
	//10
//createMenuTree(objNavTree, intLeft, intTop, strImageDir, strInitNodeName, [blnAutoClose], [blnOpenInitChildren]);
	createMenuTree(objNavTree, 10, 108, strImgDir + 'menutree', strInitOpenNode, true, false);
}//init




