var TREE1_NODES = [

	['About Triship', null, null,
		['History', 'history.asp', 'main'],
		['Memberships', 'memberships.asp', 'main'],
	],

	['', null, null],

	['News', null, null,
		['Triship AB', 'triship_ab.asp', 'main'],
	],

	['', null, null],

	['Services', null, null,
		['Port agent', 'port_agent.asp', 'main'],
		['Chartering', 'chartering.asp', 'main'],
		['Liner services', 'liner_services.asp', 'main'],
		['Cruise ships', 'cruise_ships.asp', 'main'],
		['Stevedoring', 'stevedoring.asp', 'main'],
	],

	['', null, null],

	['Local information', null, null,
		['Currency', 'currency.asp', 'main'],
		['Exchange rates', 'rates.asp', 'main'],
		['Public holidays', 'holidays.asp', 'main'],
	],

	['', null, null],

	['Port information', null, null,
		['Key to quays', 'waterdepth_cph.asp', 'main'],
	],

	['', null, null],

	['Agency Terms', null, null,
		['Terms of Business', 'terms.asp', 'main'],
	],

	['', null, null],

	['Contact', null, null,
		['Contact', 'contact.asp', 'main'],
		['Address', 'address.asp', 'main'],
	],

	['', null, null],

	['Links', null, null,
		['Related companies', 'mo-sis.asp', 'main'],
		['Other useful links', 'links.asp', 'main'],
	],

];


