/* Tigra Menu items structure */var MENU_ITEMS = [	['The Company', null, null,		['About Us', 'aboutus.html'],		['Directions', 'directions.html'],		['Location Maps', 'map1.html'],		['Aerial Photos', 'photos.html']	],	['AUSTRALIA', null, null,		['Quick Guide', 'australia.html'],		['Is It Worthwhile?', 'ausworthwhile.html'],		['FAQ', 'ausfaq.html'],		['Rules & Regulations', 'ausrules.html'],		['Customs & Import', 'auscustoms.html'],		['Destination Costs', 'auscosts.html'],		['DITRDLG Form', 'ausdotars.html'],		['Pictorial Guide', 'auspictorial.html'],		['Quick Quote', 'quote.html'],		['Info Pack', 'auspack.pdf']	],	['NEW ZEALAND', null, null,		['Quick Guide', 'newzealand.html'],		['Customs Rules', 'nzrules.html'],		['Safety Regulations', 'nzsafety.html'],		['Destination Costs', 'nzcosts.html'],		['Pictorial Guide', 'nzpictorial.html'],		['Quick Quote', 'quote.html'],		['Info Pack', 'nzpack.pdf']	],	['HONG KONG', null, null,		['Quick Guide', 'hongkong.html'],		['Destination Costs', 'hongkongcosts.html'],		['Pictorial Guide', 'hongkongpictorial.html'],		['Quick Quote', 'quote.html'],		['Info Pack', 'hongkongpack.pdf']	],	['Get A Quote', 'quote.html'],	['Booking Form', 'bookingform.html'],	['Protection', 'protection.html', null],];