
var MENU_ITEMS = [
	['Maritiem', null, null,
		['Satelliet volgsystemen', 'satellietvolgsystemen.html', {'tw' : 'FRAME2'}, 
			['Pleziervaart', null, null, 
				['Satflower i4', 'satfloweri4.html', {'tw' : 'FRAME2'}],
				['Camos', 'camos.html', {'tw' : 'FRAME2'}]
			],
			['Vrachtschip', null, null,
				['TravelVision Q6', 'travelvision Q6.html', {'tw' : 'FRAME2'}],
				['Coastal 18', 'coastal18.html', {'tw' : 'FRAME2'}]
				
			],
			['Coaster', null, null,
				['Coastal 24','coastal24.html', {'tw' : 'FRAME2'}],
				['Coastal 30', 'coastal30.html', {'tw' : 'FRAME2'}]
				
			],
			['Werkeiland', null, null,
				['Seatel 4004', 'seatel4004.html', {'tw' : 'FRAME2'}],
				['Seatel 5004', 'seatel5004.html', {'tw' : 'FRAME2'}],
				['Seatel 6004', 'seatel6004.html', {'tw' : 'FRAME2'}]
				
			]
		],
		// this is how custom javascript code can be called from the item
		// note how apostrophes are escaped inside the string, i.e. 'Don't' must be 'Don\'t'
		['Internet via satelliet', 'internetviasatelliet.html', {'tw' : 'FRAME2'},
			['Wavecall 4006','wavecall4006.html',{'tw' : 'FRAME2'}],
			['Wavecall 6006', 'wavecall6006.html', {'tw' : 'FRAME2'}]
			
		],
		['Cruiseschepen','cruiseschepen.html', {'tw' : 'FRAME2'}],
		['Shipfinder','shipfinder.html', {'tw' : 'FRAME2'}],
		
		
		],
	
	['Security', null, null,
		// this is how item scope settings are defined
		['Beveiligingssystemen', 'beveiligingssystemen.html', {'tw' : 'FRAME2'}],
		['Brandmeldsystemen', 'brandmeldsystemen.html', {'tw' : 'FRAME2'}],
		
		
		],
	
	['Smart Home', null, null,
		['TV Video Audio', 'tvvideoaudio.html', {'tw' : 'FRAME2'}],
		['Pro Audio', 'proaudio.html', {'tw' : 'FRAME2'}],
		['Flat TV', 'flattv.html', {'tw' : 'FRAME2'}],
		],
	
	['Smart Office', null, null,
		['Hotel telefooncentrales', 'hoteltelefooncentrales.html', {'tw' : 'FRAME2'},
			['TDA 15','tda15.html',{'tw' : 'FRAME2'}],
			['TDA 100','tda100.html',{'tw' : 'FRAME2'}],
			['TDA 200', 'tda200.html', {'tw' : 'FRAME2'}],
			['TDA 600', 'tda600.html', {'tw' : 'FRAME2'}]
			
		]
	],
	['Downloads', null, null,
		['Downloads', '../downloads/downloads.html', {'tw' : 'FRAME2'}],
		['Beveiligde bestanden', '../downloads/beveiligdebestanden.php', {'tw' : 'FRAME2'}]
		],
	
	['Contact', null, null,
		['Contact', 'http://www.bampro.nl/NL/contactnieuw.html', {'tw' : 'FRAME2'}],
		['Plattegrond', 'plattegrond.html', {'tw' : 'FRAME2'}],
		['Vacatures', 'vacatures.html', {'tw' : 'FRAME2'}],
		['Sollicitatieformulier', 'http://www.bampro.nl/NL/sollnieuw.html', {'tw' : 'FRAME2'}],
	 	['Over Bampro', 'overbampro.html', {'tw' : 'FRAME2'}]
		
	],
	
];


