// Home Page Side Navigation// UNC Charlotte - Updated by Web Services// #eef0cbvar childwidth = 220;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.'faq':{' FAQ':{'faq.htm':	{						}}},'schedule':{' Courses':{'courseindex.htm':	{			'schedule':{'Course Schedule':'courses.htm'},		'program':{'Program':'program.htm'},		'sample':{'Sample Programs':'sprogram.htm'}			}}},		'Writing':{' Writing Tips':{'writing.htm':	{			'a':{'The Topic':'topic.htm'},		'b':{'The Outline':'outline.htm'},		'c':{'Works Cited':'cited.htm'},		'd':{'Proof Reading':'preading.htm'},		'e':{'Glossary':'glossary.htm'},		'f':{'Writing Samples':'samples.htm'}							}}},		'grad':{' Graduate School':{'coursex.htm':	{			'gradhome':{'Grad. School Homepage':'http://www.uncc.edu/gradmiss/index.asp'},		'admissions':{'Graduate Admissions':'http://www.uncc.edu/gradmiss/prospect.html'}							}}}			// End	}