/* 
	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_tree_menu/docs/index.html#hierarchy
*/

var TREE_ITEMS = [
	['<a href=/cgi-bin/webadmin/body.pl target=body>Home</a>', 0, 
		['<span class=redbold>ADMIN MANAGER</span>', 0,
			['<a href=/cgi-bin/webadmin/ch_pwd.pl target=body>Change Password</a>']
		],
		['<span class=redbold>USER MANAGEMENT</span>', 0,
			['<a href=/cgi-bin/webadmin/adduser.pl target=body>Add User</a>'],
			['<a href=userlist.pl?f=all target=body>Update User</a>'],
			['<a href=userlist.pl?f=all target=body>Delete User</a>'],
			['<a href=userlist.pl?f=all target=body>View All Users</a>'],
			['<a href=ch_alias.pl target="body">Rename User Alias</a>'],
			['<a href=searchUsers.pl target=body>Search User</a>']
		],
		['<span class=redbold>FILTERS MANAGEMENT</span>', 0, 
			['<a href=addFilter.pl target=body>Add Filter</a>'],
			['<a href=viewFilter.pl target=body>Update Filter</a>'],
			['<a href=viewFilter.pl target=body>Delete Filter</a>'],
			['<a href=viewFilter.pl target=body>View Filters</a>'],
			['<a href=searchFilter.pl target=body>View Filter Log</a>']
		],
		['<span class=redbold>EMAIL MONITORING</span>', 0,
			['<a href=addMonitor.pl target=body>Add Monitor</a>'],
			['<a href=viewMonitor.pl target=body>Edit Monitor</a>'],
			['<a href=viewMonitor.pl target=body>Delete Monitor</a>'],
			['<a href=viewMonitor.pl target=body>View Monitor</a>']
		],
		['<span class=redbold>GROUP EMAILS</span>', 0,
			['<a href=addGroup.pl target=body>Add Group</a>'],
			['<a href=viewGroup.pl target=body>Update Group</a>'],
			['<a href=viewGroup.pl target=body>Delete Group</a>'],
			['<a href=viewGroup.pl target=body>View All Groups</a>']
		],
		['<span class=redbold>CATCH ALL ACCOUNTS</span>', 0,
			['<a href=catch.pl target=body>Add Catch All Account</a>']
		],
		['<a href=javascript:parent.window.close();><span class=redbold>Logout</span></a>', 0,
		],
	]
];