// Home Page Side Navigation
// UNC Charlotte - Updated by Web Services

// #eef0cb

var childwidth = 260;
var hovercolor_parent   = "whitesmoke";
var hovercolor_child    = "whitesmoke";

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.

'main':{' Department Home':{'../index.html':
	{
		
	}}},

'undergrad':{' Undergraduate Program':{'baprogram.htm':
	{
		
	}}},
	
'syll':{' Course Syllabi':{'syllabi.htm':
	{
		
	}}},
	
'handbook':{' Advising Handbook':{'handbook.htm':
	{
		
	}}},

'faculty':{' Faculty':{'faculty.htm':
	{	
		
	}}},
	
	
'careers':{' Careers':{'careers.htm':
	{	
		
	}}},
	
'clubs':{' Clubs':{'clubs.htm':
	{	
		
	}}},
	
'news':{' News':{'news.htm':
	{	

	}}},

	
'links':{' Links':{'links.htm':
	{	
		
	}}},
	
'contact':{' Contact':{'contact.htm':
	{	
		
	}}}

// End	
}
