/* 
	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,
/*		['Email', null,
			['WebMail Login', 'http://webmail.mazinaw.on.ca'],
			['ProMail Login', 'http://prowebmail.mazinaw.on.ca'],
			['FAQ', 'webmail/webmailx.html'],
		], */
		['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'],
/*			['Calendar', 'http://www.mazinaw.on.ca/mazonline/calendar/index.html'], */
/*			['Table of Events', 'http://www.mazinaw.on.ca/mazonline/calendar/cominfo.shtml'], */
/*			['Showcase', 'showcase/index.html'], */
/*		], */
		['Services', null,
			['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'],
/*			['Big Gull Lake', 'http://www.mazinaw.on.ca/mazonline/businesslist/biggull.shtml'],
			['Cloyne', 'http://www.mazinaw.on.ca/mazonline/businesslist/cloyne.shtml'],
			['Cloyne-North', 'http://mazinaw.on.ca/mazonline/businesslist/cloyne_north.shtml'],
			['Denbigh', 'http://www.mazinaw.on.ca/mazonline/businesslist/denbigh.shtml'],
			['Flinton', 'http://www.mazinaw.on.ca/mazonline/businesslist/flinton.shtml'],
			['Harlowe', 'http://www.mazinaw.on.ca/mazonline/businesslist/harlowe.shtml'],
			['Kaladar', null],
			['Kaswakamak Lake', null],
			['Marble Lake', null],
			['Mazinaw-Denbigh', null],
			['Mazinaw Lake', null],
			['Mississagagon Lake', null],
			['Northbrook-Kaladar', null],
			['Northbrook', null],
			['Ompah', null],
			['Plevna-Ardoch', null],
			['Skootamatta Lake', null],
		], */
	]
];

