 // Home Page Side Navigation
// UNC Charlotte - Updated by Web Services

// #A28B77

var childwidth = 240;
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.




'what':{' What is PTG?':{'whatisptg.htm':
	{
	
	}}},


'news':{' Recent and Forthcoming Publications and Presentations':{'news.htm':
	{	
		
	}}},
	

'books':{' Books':{'books.htm':
	{	
		
	}}},
	
'article':{' Full Text Articles Available online':{'articles.htm':
	{
	}}},	


'group':{' PTG Research Group':{'group.htm':
	{	
		
	}}},

		
'surveys':{' Participate in PTG Research Online':{'online.htm':
	{	
		
	}}},
			
'scale':{' The PTGI scale':{'scale.htm':
	{
		
	}}},
	
'contact':{' Contact us':{'contact.htm':
	{
	
	}}},
	

'link':{' Related Link':{'link.htm':
	{
	
	}}}
// End	
}
