/*
  --- menu items --- 
  note that this structure has changed its format since previous version.
  additional third parameter is added for item scope settings.
  Now this structure is compatible with Tigra Menu GOLD.
  Format description can be found in product documentation.
*/
var MENU_ITEMS = [
	['HOME', 'http://www.psychologyandwellbeing.org/pn', null
	],
	['TOPICS', null, null,
		['Depression', 'http://www.psychologyandwellbeing.org/pn/modules.php?name=News&file=article&sid=15'],
		['Happiness', 'http://www.psychologyandwellbeing.org/pn/modules.php?name=News&file=article&sid=109'],  
	      ['Health and Wellbeing', 'http://www.psychologyandwellbeing.org/pn/modules.php?name=News&file=article&sid=24'],
		['Mental Health', 'http://www.psychologyandwellbeing.org/pn/modules.php?name=News&file=article&sid=25'],
		['Relations', 'http://www.psychologyandwellbeing.org/pn/modules.php?name=News&file=article&sid=111'],  
		['Sleep', 'http://www.psychologyandwellbeing.org/pn/modules.php?name=News&file=article&sid=110'],  
		['Weight', 'http://www.psychologyandwellbeing.org/pn/modules.php?name=News&file=article&sid=26']  
	],
	['GENERAL', null, null,
		['News', 'http://www.psychologyandwellbeing.org/pn/modules.php?name=News&new_topic=2'],
		['Tips and Advices', 'http://www.psychologyandwellbeing.org/pn/modules.php?name=News&new_topic=5'],
		['Dictionary', 'http://www.psychologyandwellbeing.org/pn/modules.php?name=Encyclopedia&op=list_content&eid=1'],
      	['Newsletter', 'http://www.psychologyandwellbeing.org/pn/modules.php?name=News&file=article&sid=31']
	],
	
	['COMMUNITY', null, null,
		['Submit News', 'http://www.psychologyandwellbeing.org/pn/modules.php?name=Submit_News'],
		['Forums', 'http://www.psychologyandwellbeing.org/pn/modules.php?name=Forums'],
		['Personal Stories', 'http://www.psychologyandwellbeing.org/pn/modules.php?name=News&new_topic=9'],
		['Write Your Story', 'http://www.psychologyandwellbeing.org/pn/modules.php?name=Submit_News'],
		['Correspondence', 'http://www.psychologyandwellbeing.org/pn/modules.php?name=News&file=article&sid=32'],
		['Diaries', 'http://www.psychologyandwellbeing.org/pn/modules.php?name=Journal'],
		['Message to a Member','http://www.psychologyandwellbeing.org/pn/modules.php?name=Private_Messages&file=index&mode=post'],
		['Email a Friend', 'http://www.psychologyandwellbeing.org/pn/modules.php?name=Recommend_Us']
		
	],
	['MEMBERS', null, null,
		['Create an Account', 'http://www.psychologyandwellbeing.org/pn/modules.php?name=Your_Account&op=new_user'],
		['Login', 'http://www.psychologyandwellbeing.org/pn/modules.php?name=Your_Account'],
		['Send a Private Message', 'http://www.psychologyandwellbeing.org/pn/modules.php?name=Private_Messages&file=index&mode=post'],
		['Your Account', 'http://www.psychologyandwellbeing.org/pn/modules.php?name=Your_Account'],
		['Your Private Messages', 'http://www.psychologyandwellbeing.org/pn/modules.php?name=Private_Messages'],
		['Site-related Infos', 'http://www.psychologyandwellbeing.org/pn/modules.php?name=News&new_topic=7'],
		['Submit News', 'http://www.psychologyandwellbeing.org/pn/modules.php?name=Submit_News']
	],
	['DIRECTORY', 'http://www.psychologyandwellbeing.org/pn/modules.php?name=Web_Links', null,
	],
	['CONTACT', null, null,
	      ['Submit News', 'http://www.psychologyandwellbeing.org/pn/modules.php?name=Submit_News'],
		['About us', 'http://www.psychologyandwellbeing.org/pn/modules.php?name=News&file=article&sid=29'],
		['Your comments', 'http://www.psychologyandwellbeing.org/pn/modules.php?name=Feedback'],
		['Urgency', 'http://www.psychologyandwellbeing.org/pn/modules.php?name=News&file=article&sid=30']
	],
	['NEWSLETTER', 'http://www.psychologyandwellbeing.org/pn/modules.php?name=News&file=article&sid=31', null
	]
];

