/* 
	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 = [
	['Home', null,
		['Information', null,
/*			['CBC News', 'news/index.shtml'],
			['BBC World News', 'news/newsb.shtml'],
			['General Info.', 'info/index.html'],*/
			['Mazinaw Country', 'mazcount/index.html'],
			['About Nanabush', 'nanabush/index.html'],
/*			['Weather & Travel', 'weather/index.html'], */
		],
		['Community Events', 'http://www.mazinaw.on.ca/mazonline/calendar/index.html'],

		['Public Access (CAP)', 'molcap/index.html'],
/*			['Member Services', null, */
/*				['Classified Ads', 'ads/index.html'], */
/*				['Hour Counter', 'http://checktime.mazinaw.on.ca'], */
/*				['Member Sites', 'members/index.html'], */
/*				['VelocityNet', 'velonet/index.html'], */
/*			], */
/*			['Internet Services', null, */
/*				['Public Access', 'molcap/index.html'], */
/*				['Chat Room', 'chat/index.html'], */
/*				['Message Board', 'surfboard/index.html'], */
/*				['Service Area', 'service/index.html'],
				['Rates', 'service/i_rates.html'],
				['Terms/Conditions', 'service/i_terms.html'], */
/*			], */
/*			['Search', 'search/index.html'],
			['Popular Links', 'links/index.html'],
		],*/
		['Business Listings', 'businesslist/index.html'],
	]
];


