// Home Page Side Navigation
// UNC Charlotte - Updated by Web Services

// #eef0cb

var childwidth = 240;


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.

'home':{' Home':{'index.htm':
	{	
	
	}}},
	
'schedule':{' Conference Schedule':{'schedule.htm':
	{
		
	}}}, 
	
'speakers':{' Speakers':{'speakers.htm':
	{	

	}}},
	
'event':{' Events and Exhibits':{'events.htm':
	{	

	}}},

'form':{' Registration':{'registration.htm':
	{	
				
	}}},
	
'map':{' Directions':{'directions.htm':
	{	

	}}},
	
'accommodation':{' Accommodation':{'accommodation.htm':
	{	
		
	}}},
	
'food':{' Local Food and Attractions':{'food.htm':
	{
		
	}}},
	
'callpaper':{' Call for Papers':{'callpaper.htm':
	{	
	
	}}},

//'image':{' ImaginOn':{'http://www.imaginon.org/index.asp':
//	{	
//
//	}}},	

'CLA':{' Children’s Literature Association':{'http://www.childlitassn.org/':
	{
		
	}}}

// End	
}
