/*
  --- 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_ITEMS = [
	['Algemeen','index.htm', null,
		['Boeken', 'boeken.htm', null,
                ],
                ['Algemene voorwaarden', 'voorwaarden.htm', null,
                ],
                ['Ethische code', 'code.htm', null,
                ],

	],	
	['Het Betere Werken','beterwerken.htm', null,
		['Trainingen', 'trainingen.htm', null,
		],
        ['Werkplekcoaching', 'wpcoaching.htm', null,
		],	
	],
        ['Het Betere Wonen','hetbeterewonen.htm', null,
		['Werkwijze organizing', 'werkorganizing.htm', null,
		],
		['Tarieven organizing', 'tarorganizing.htm', null,
		],
        ['Workshops', 'workshoppart.htm', null,
        ],
	],
	['Verkoopstyling','styling.htm', null,
		['Werkwijze', 'werkstyling.htm', null,
		],
                ['Tarieven', 'tarstyling.htm', null,
                ],
	],
	['Contact','anita.htm', null,
        ],
];

