/* --- menu items --- */
/* aangepast voor een 3de paramater 'target' en een 4de parameter voor de 'onclick'.
   submenu items beginnen vanaf parameter 5 */

var MENU_ITEMS = [
	['Flight Schedule', 'vliegschema.php'],
	['<img src=images/pijl_cccccc.gif align=right border=0>Reservations', null, null, null,
		['Make a reservation request', 'reserveren.php']
	],
	['Hotels', 'hotels.html'],
	['Air Sint Maarten News', 'nieuws.html'],
//	['<table class=submenu><tr><td>Links</td><td align=right>&gt</td></tr></table>', null, null, null,
	['<img src=images/pijl_cccccc.gif align=right border=0>Links', null, null, null,
		['Destination info', 'links.html#destination_info'],
		['St. Maarten info', 'http://www.stmaarten-info.com/', '_blank']
	],
	['<img src=images/pijl_cccccc.gif align=right border=0>Customer Service', null, null, null,
		['FAQ - Baggage', 'faq-1.html'],
		['FAQ - Tickets', 'faq-2.html'],
		['FAQ - Refunds', 'faq-3.html'],
		['FAQ - Booking policy', 'faq-4.html'],
		['FAQ - Payment procedures', 'faq-5.html'],
		['FAQ - Customer Commitment', 'faq-6.html'],
		['FAQ - Pets', 'faq-7.html'],
		['FAQ - Meal Service', 'faq-8.html'],
		['FAQ - Privacy Statement', 'faq-9.html'],
		['Disclaimer', 'disclaimer.html'],
		['Privacy Policy', 'privacy.html'],
		['Terms & Conditions of Use', 'terms.html']
	],
	['About', 'contact.html'],
	['Newsletter', 'email-service.php', 'newsletterwin', "window.open('email-service.php','newsletterwin','toolbar=0,location=0,directories=0,status=0,menubar=0,scrollbars=no,resizable=yes,width=500,height=400,left=100,top=100')"],
//	['Newsletter', 'email-service.php', 'newsletterwin'],
	['Agent Link', 'agentlogin.php']
];

