// Home Page Side Navigation
// UNC Charlotte - Updated by Web Services

// #eef0cb

var childwidth = 240;
var hovercolor_parent   = "#f1f0e2";
var hovercolor_child    = "#f1f0e2";

var navigation =
{
// Start



// The menu structure begins below

// Here is a sample structure, it has three top-level items
// The first item has a submenu with three items
// The second item has no submenu.
// The third item is a submenu with two items

// Notes: The current code only supports a menu with two levels. Each top level must have at least one sub menu.
// A thrid level of menus is not currently supported.

'faculty':{' Faculty':{'faculty.htm':
	{	
		'faculty1':{' Directory by Name':'facname.htm'},
		'faculty2':{' Directory by Expertise':'facexper.htm'},
		'faculty3':{' Graduate Faculty':'facgrad.htm'}
	}}},


'advising':{' Advising Information':{'advisinginformation.htm':
	{	
		'advising1':{' Becoming a Major/Minor':'becoming.htm'},
		'advising2':{' Advising at a Glance':'registration.htm'},
		'advising3':{' Registrar Web Site':'http://www.registrar.uncc.edu/students/index.htm'},
		'advising4':{' Course Offerings':'offerings.htm'},
		'advising5':{' FAQs':'faqs.htm'}

	}}},
	
'help':{' Student Help':{'student.htm':
	{
	
	}}},	
	
'under':{' Undergraduates':{'undergraduates.htm':
	{	

		'under1':{' The History Major':'major.htm'},
		'under2':{' The History Minor':'minor.htm'},
		'under3':{' Teacher Certification':'teacher.htm'},
		'under4':{' Scholarships and Honors':'scholarships.htm'},
		'under5':{' Internships':'internships.htm'},
		'under6':{' Policies':'policies.htm'},
		'under7':{' Careers':'careers.htm'},
		'under8':{' Printable Forms':'printable.htm'}
		
	}}},
	

'grad':{' Graduate Students':{'graduate.htm':
	{	
		'grad1':{' M.A. in History':'masters.htm'},
		'grad2':{' Public History':'http://www.history.uncc.edu/publichistory/'},
		'grad3':{' Aberdeen Ph.D.':'joint.htm'},
		'grad4':{' Graduate History Association':'http://www.sco.uncc.edu/gha/'}
		
	}}},
	
'learning':{' Learning Community':{'learning_community.htm':
	{
		'learning1':{' About':'lc_about.htm'},
		'learning2':{' Goals':'lc_goals.htm'},
		'learning3':{' Contact':'lc_contact.htm'},
		'learning4':{' Curriculum':'lc_curriculum.htm'},
		'learning5':{' FAQs':'lc_faq.htm'},
		'learning6':{' Eligibility and Selection':'lc_select.htm'},
		'learning7':{' Application':'lc_application.htm'},
		'learning8':{' Printable Application (MS Word)':'lc_application.doc'},
		'learning9':{' Printable Application (PDF)':'lc_application.pdf'}

	}}},
		
'outreach':{' Educational Outreach':{'outreach.htm':
	{	
		'outreach1':{' Praxis II Social Studies Workshops':'workshops.htm'},
		'outreach2':{' National History Day':'nhd.htm'}
		
				
	}}},

'employ':{' Employment Opportunities':{'jobpos.htm':
{
	
}}},
	
	
'community':{' Community':{'community.htm':
	{	
		
	}}},
	
	
'links':{' Affiliated Institutes':{'weblinks.htm':
	{	
		'links1':{' Latin American History Web':'http://www.coas.uncc.edu/latinamerican/latinhistory/'},
		'links2':{' Journal of Urban History':'http://www.sagepub.com/journal.aspx?pid=193'},
		'links3':{' Nationalities Papers':'http://www.nationalities.org/'},
		'links4':{' Center for Holocaust, Genocide, and Human Rights Studies':'http://www.coas.uncc.edu/hghrcenter/'},
		'links5':{' Center for The Study of the New South':'http://www.newsouth.uncc.edu'},
		'links6':{' Links of Interest to Historians':'interest.htm'}
		
	}}},
	

'public':{' Public History at UNCC':{'http://www.history.uncc.edu/publichistory/':
	{	
		
	}}}
	


// End	
}
