/* 
	the format of the tree definition file is simple,
	you can find specification in the product documentation at:
	
	http://www.softcomplex.com/products/tigra_tree_menu_pro/docs/#hierarchy
*/

var TREE_ITEMS = 
[	
	['Nautilus Marine Service', '../main.html', 0,
		['Produkte', 'produkte.html', {'st':'1'},
			['Rettungsgeräte','rettung.html',0,
				['Leinenwurfgeräte','restech.html'],
				['Bergungsgeräte','markus.html',0,
					['Markusnetz','markus.html#markusnetz'],
					['Wurfleine','markus.html#line'],
					['MOB Leiter','markus.html#MOB'],
				],
				['HH Schutzanzüge','hellyhansen.html'],
				['Wassersportausrüstung','wassersport.html'],
			],
			['Meeresforschung',0,0,
				['VITROVEX','../english/vitrovex.html',0,
					['Material','../english/vitrovex.html#Material'],
					['Tubes and Spheres','../english/vitrovex.html#Tubes'],
					['Endcaps','../english/vitrovex.html#Endcaps'],
					['Eddygrip','../english/vitrovex.html#eddygrip'],
				],		
				['Antennas','antenna.html'],
				['Soundsource','sound.html'],
				['Seismometer','seismic.html'],
				['Unterwasserstecker','seacon.html'],
			],
		],
            ['Hersteller','Hersteller.htm'],
		['Über Nautilus','profile.html'],
		['Mitarbeiter','about.html'],
	]
];

