// 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.


'inservice':{' Opportunities for Schools (Professional Development)':{'inservice.html':
	{

		'inservice1':{'In-service':'inservice.html'},
		'inservice2':{'North Carolina Writing Projects Partnership Professional Development Series':'NCWPP.html'},
		'inservice3':{'On-Site Writing Institutes':'On-Site Institutes.html'}
		
	}}},
		
'TCs':{' Opportunities for Writing Project Fellows':{'tcs.html':
      	{

		'TCs1':{'Teacher Research Institute':'inst03_tresearch.html'},
		'TCs3':{'Technology Advanced Institute':'inst05_technology.html'},
		'TCs2':{'Urban Educators Advanced Institute':'urban educators.htm'},
	
                'TCs4':{'Presenters Collaborative Institute':'inst04_presenterscollaborative.html'}   		

	}}},	

'teachers':{' Opportunities for All Teachers':{'forteachers.html':
	{	

		'institutes1':{'Writing Institute':'inst01_writing.html'},
		'institutes2':{'Invitational Summer Writing Institute':'inst02_invitsum.html'},
		
		'institutes5':{'Technology Advanced Institute':'inst05_technology.html'}
		

	}}},

'conferences':{' Conferences':{'conferences.html':
	{	
		
		'programs1':{'Fall Conference':'prog01_fall.html'},
		'programs2':{'Spring Conference':'prog02_spring.html'}
				
	}}},
	
'scamp':{' For Parents and Students':{'scamp.html':
	{	
		
		'scamp1':{'Summer Camps':'summer camps new1.html'}
				
	}}},

'history':{' History':{'history.html':
        {

            'Basic Assumptions':{'Basic Assumptions':'assumptions.html'},
	    'Contact Us':{'Contact Us':'contact_us.html'},
            'What Teachers Say':{'What Teachers Say':'feedback.html'}

	}}},

'publications1':{' UNCC Writing Project Publications':{'pubs_uncc.html':
	{	
		
		'publications2':{'New Releases!':'wip.html'},
		'publications1':{'Reflections From Teachers':'reflections.html'},
		'publications3':{'Snapshots of Our Teachers':'snapshots_1.html'},
		'National Writing Project Publications':{'NWP Publications':'pubs_nwp.html'}
 
        }}},

'resources':{' Resources':{'resources.html':
        {	
		
                'bookrev':{'Book Reviews':'book_reviews.html'},
		'links':{'Links':'links.html'}

        }}}



	
// End	
}
