/*
  --- 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', './home', null],
];

var MENU_ITEMS2 = [
    ['Procedure', './procedure', null,],
    ];

var MENU_ITEMS3 = [
    ['Portfolio', null, null,
        ['Webdesign', './webdesign', null],
        ['Webwinkels', './webwinkels'],
		['Nieuwsbrieven', './nbdigitaal'],
		['Logos', './logos'],
		['Visitekaartjes', './visitekaartjes'],
		//['Huisstijlen', './huisstijlen'],
		['Folders', './folders'],
		['Flyers', './flyers'],
		['Advertenties', './advertenties'],
		['Kaarten', './kaarten'],
		['Geboortekaartjes', './geboortekaartjes'],
    ],
];


	
	var MENU_ITEMS4 = [
  ['Links', null, null,
    ['Klanten', './klanten'],
	['Partners', './partners'],
 ],
 ];

var MENU_ITEMS5 = [
    ['Contact', './contact', null,],
    ];



var MENU_ITEMS6 = [
  ['Sponsoring', null, null,
    ['Shamajo', './sponsoring'],
	['Abajo', './abajo'],
 ],
];





