/* 
	the format of the tree definition file is simple,
	you can find specification in the Tigra Menu documentation at:
	
	http://www.softcomplex.com/products/tigra_menu/docs/items.html	
*/

var TREE_ITEMS = [
	['SoF-EQ Home', '/sofeq/eqindex.php',,
		['Guild Hall',0,,
			['Guild Charter', '/sofeq/charter.php'],
			['Guild History', '/sofeq/history.php'],
			['Guild Organization', '/sofeq/organization.php'],
			['High Council', '/sofeq/hc.php'],
			['Allies', '/sofeq/allies.php'],			
		],
		['Library', 0,,
			['Photo Album', '../photopost/index.php'],
			['Members Gallery', '../photopost/index.php?cat=1'],					
		],		
		['Contact', 0,,
			['Email High Council', '/sofeq/email_hc.php'],
		],
		['Credits', '/sofeq/credits.php'],
		['Memorial', '/sofeq/memorial.php'],
	]
];


