// 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':	{			}}},'BA':{' BA Program':{'baprogram.htm':	{			}}},'master':{' Graduate Programs':{'':	{			'master1':{'MA Sociology':' http://www.socanth.uncc.edu/sociology/maprogram.htm'},		'master2':{'PhD Organizational Science': 'http://www.orgscience.uncc.edu/'},		'master3':{'PhD Public Policy':'http://www.uncc.edu/ppol/'}			}}},	'syllabi':{' Course Syllabi':{'syllabi.htm':	{			}}},		'faculty':{' Faculty':{'faculty.htm':	{				}}},	'careers':{' Careers':{'careers.htm':	{				}}},	'akd':{' AKD (Honor Society) ':{'akd.htm':	{				}}},	'news':{' News':{'news.htm':	{				}}},	'pearson':{' Pearson Scholarship Program':{'pearson.htm':	{		}}},	'links':{' Links':{'links.htm':	{				}}},	'contact':{' Contact':{'contact.htm':	{				}}}		// End	}