/* --- menu items --- note that this structure has changed its format since previous version. additional third parameter is added for item scope settings. Now this structure is compatible with Tigra Menu GOLD. Format description can be found in product documentation. */ var MENU_ITEMS1 = [ ['HOME', 'index_nl.php?pagina=home', null], ]; var MENU_ITEMS2 = [ ['BRUILOFT', null, null, ['Introductie', 'nl_mariage_intro.php?pagina=bruiloft_introductie', null], ['De Voorbereidingen', 'nl_mariage_prepa.php?pagina=bruiloft_voorbereidingen'], ['De Wandeling', 'nl_mariage_balade.php?pagina=bruiloft_wandeling'], ['Het Burgerlijk Huwelijk', 'nl_mariage_civile.php?pagina=bruiloft_burgerlijk'], ['Het Kerkelijk Huwelijk', 'nl_mariage_relig.php?pagina=bruiloft_kerkelijk'], ['De Receptie', 'nl_mariage_cock.php?pagina=bruiloft_receptie'], ['De Avond', 'nl_mariage_soir.php?pagina=bruiloft_diner'], ] ]; var MENU_ITEMS3 = [ ['PORTRET', 'nl_portrait.php?pagina=portret', null], ]; var MENU_ITEMS4 = [ ['PRESENTATIE', null, null, ['Presentatie Avond', 'nl_present_soir.php?pagina=presentatie_avond'], ['Fotopanelen', 'nl_present_compos.php?pagina=presentatie_panelen'], ['Luxe Doos', 'nl_present_coffrets.php?pagina=luxe_doos'], ] ]; var MENU_ITEMS5 = [ ['LINKS', 'nl_liens.php?pagina=info', null], ]; var MENU_ITEMS6 = [ ['CONTACT', 'nl_contact.php?pagina=contact', null], ];