// menu_items.js file var MENU_ITEMS =[ ["Home", "index.php?content=home", "_self"], ["Fun Stuff", "", "", ["Testimonials", "index.php?content=testimonials", "_self"], ["Things For Kids", "index.php?content=kids", "_self"] ], ["Visitor's Info", "", "", ["Airlines", "index.php?content=airlines", "_self"], ["Travel Tips", "index.php?content=traveltips", "_self"], ["Accomodation", "index.php?content=accomodation", "_self"], ["Car Hire", "index.php?content=carhire", "_self"], ["What To Take", "index.php?content=whattotake", "_self"] ], ["Events", "", "", ["Birthday Parties", "index.php?content=birthdayparties", "_self"], ["Corporate", "index.php?content=corporate", "_self"], ["School Groups", "index.php?content=schoolgroups", "_self"], ["School Holidays", "index.php?content=schoolholidays", "_self"], ["Great Gift Ideas", "index.php?content=greatgiftideas", "_self"] ], ["FAQ", "index.php?content=FAQ", "_self"], ["About Us", "", "", ["Mailing List", "index.php?content=mailinglist", "_self"], ["Site Map", "index.php?content=sitemap", "_self"], ["Terms and Conditions", "index.php?content=termsandconditions", "_self"], ["Privacy Statement", "index.php?content=privacystatement", "_self"], ["Contact Us", "index.php?content=contact", "_self"], ["Supporting     >", "", "_self", ["KUC", "http://www.kuc.org.au", {"tw":"_blank"}], ["FBA", "http://www.fambiz.com.au", {"tw":"_blank"}] ] ] ];