
strImgDir = '../../_images/';
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" />';

//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', 'Centers & Programs', '../../program_concentrations/index.html', 'MT0Class', '(Link back to) Centers & Programs');
	addNavChild('_root', 'node2', strConnectorImg + 'Human Resources', '../index.html', 'MT0Class2', 'Human Resources');
	addNavChild('_root', 'node2a', '<hr size="1" width="100" align="left" color="black">', null);
	
	
	addNavChild('_root', 'node3', 'About the Center', '../about.html', null, 'About the Center');
		addNavChild('node3', 'node3a', 'Director\'s Welcome', '../about_director.html', 'MT2Class2', 'Director\'s Welcome');
		addNavChild('node3', 'node3b', 'A Retrospective', '../about_retrospective.html', null, 'Ongoing/Recent Projects');
	addNavChild('_root', 'node4', 'Ongoing/Recent Projects', '../ongoing.html', 'MT1Class2', 'Ongoing/Recent Projects');
	addNavChild('_root', 'node5', 'Recent Publications', '../recent.html', null, 'Recent Publications');
		addNavChild('node5', 'node5a', 'Complete HR Reports', '../recent_complete.asp', 'MT2Class2', 'Complete HR Reports');
	addNavChild('_root', 'node6', 'Center Events', '../center.html', null, 'Center Events');
		addNavChild('node6', 'node6a', 'HR Directors Series', '../center_upcoming_members.html', 'MT2Class2', 'HR Directors Series');
		addNavChild('node6', 'node6b', 'Transitions Conference', '../center_upcoming_transitions.html', 'MT2Class2', 'Transitions Conference');
	addNavChild('_root', 'node7', 'HRM Consortium', '../hrm.html', null, 'HRM Consortium');
		addNavChild('node7', 'node7a', 'Consortium Overview', '../hrm_consortium_overview.html', 'MT2Class2', 'Consortium Overview');
		addNavChild('node7', 'node7b', 'Consortium Panel', '../hrm_consortium_panel.html', null, 'Consortium Panel');
		addNavChild('node7', 'node7c', 'e-Newsletter', '../hrm_newsletter.html', null, 'e-Newsletter');		
		addNavChild('node7', 'node7d', 'Current Workplan', '../hrm_current.html', null, 'Current Workplan');
		addNavChild('node7', 'node7e', 'Previous Workplans', '../hrm_previous.html', 'MT2Class2', 'Previous Workplans');
		addNavChild('node7', 'node7f', 'Membership List', '../hrm_membership_list.html', null, 'Membership List');
			addNavChild('node7f', 'node7f1', 'Work Group Contact', '../hrm_membership_list_work.asp', 'MT3Class2', 'Work Group Contact');
		addNavChild('node7', 'node7g', 'Membership Requirements', '../hrm_membership_requirements.html', 'MT2Class2', 'Membership Requirements');
		addNavChild('node7', 'node7h', 'Request a Log-on', '../hrm_request.html', null, 'Request a Log-on');
	addNavChild('_root', 'node8', 'Private Sector Partners', '../private.html', 'MT1Class2', 'Private Sector Partners');
		addNavChild('node8', 'node8a', 'Program Overview', '../private_program.html', null, 'Program Overview');
		addNavChild('node8', 'node8b', 'Membership List', '../private_membership.html', null, 'Membership List');
	addNavChild('_root', 'node9', 'Other Resources', '../other.html', null, 'Other Resources');
		addNavChild('node9', 'node9a', 'Bibliographies', '../other_bibliographies.html', null, 'Bibliographies');
		addNavChild('node9', 'node9b', 'Public Manager', '../other_public.html', null, 'Public Manager');
		addNavChild('node9', 'node9c', 'Links', '../other_links.html', null, 'Links');
	addNavChild('_root', 'node10', 'Staff & Consultants', '../staff.html', 'MT1Class2', 'Staff & Consultants');
	
	
	
	
	
	
	
	addNavChild('_root', '_bottom', '<img src="' + strImgDir + 'nav_bottom.gif" width="143" height="44" alt="Site Navigation" name="MTBottomImg" border="0" />', null, 'MTBottom');
}//with

strInitOpenNode = '';
function init() {
	DynLayerInit();
//createMenuTree(objNavTree, intLeft, intTop, strImageDir, strInitNodeName, [blnAutoClose], [blnOpenInitChildren]);
	createMenuTree(objNavTree, 10, 108, strImgDir + 'menutree', strInitOpenNode, true, true);
}//init

  