/* 
	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 = [
	['', 'http://www.firstlinknetworks.com', null,
		['Products & Services', "http://www.firstlinknetworks.com/", 0,
			['Consultancy', "/", 0,
				['Overview', 'http://www.firstlinknetworks.com/consultancy'],
				['Projects', 'http://www.firstlinknetworks.com/consultancy/projects.php'],
			],
			['Content Sites', "/", 0,
				['Valentijn.be', 'http://www.valentijn.be', {'tw':'_blank'}],
				['Kerstmis.be', 'http://www.kerstmis.be', {'tw':'_blank'}],
				['Moppen.be', 'http://www.moppen.be', {'tw':'_blank'}],
				['Bannerexchange.be', 'http://www.bannerexchange.be', {'tw':'_blank'}],
			],
			['Advertising', 'http://www.adverteren.be', {'tw':'_blank'}],
			['Domain Names', "http://www.firstlinknetworks.com/domains", 0],
		],
		['News', "http://www.firstlinknetworks.com/news/hot.php", 0,
			['Hot News', 'http://www.firstlinknetworks.com/news/hot.php'],
			['Press Releases', 'http://www.firstlinknetworks.com/news/press.php'],
		],
		['Company', "/", 0,
			['Jobs', 'http://www.firstlinknetworks.com/company/jobs.php'],
			['Partners', 'http://www.firstlinknetworks.com/company/partners.php'],
		],
		['Contact', 'http://www.firstlinknetworks.com/contact'],
	]
];

