/*
  --- 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.php?pagina=home', null],

];

var MENU_ITEMS2 = [
    ['Touwfabriek', null, null,
        ['Wie zijn wij?', 'index.php?pagina=touwfabriek&subpagina=wie', null],
        ['Historie', 'index.php?pagina=touwfabriek&subpagina=historie'],
        ['Vacatures', 'index.php?pagina=touwfabriek&subpagina=vacatures'],
        ['Algemene Voorw.', 'index.php?pagina=touwfabriek&subpagina=algemenevoorwaarden'],
        
        
    ],
];
    
var MENU_ITEMS3 = [    
    ['Kwaliteitszorg', 'index.php?pagina=kwaliteitszorg', null],
];

var MENU_ITEMS4 = [    
    ['Producten', null, null,
         ['Manilla', 'index.php?pagina=producten&subpagina=manilla'],
		['H.S. Polyprop.', 'index.php?pagina=producten&subpagina=hspolypropyleen'],
		['Polypropyleen', 'index.php?pagina=producten&subpagina=polypropyleen'],
		['Poloran', 'index.php?pagina=producten&subpagina=poloran'],
        ['Leoflex - X', 'index.php?pagina=producten&subpagina=leoflex'], 
        ['Kabelaringen', 'index.php?pagina=producten&subpagina=kabelaringen'],
        ['Leguanen', 'index.php?pagina=producten&subpagina=leguanen'],
        ['Nylon', 'index.php?pagina=producten&subpagina=nylon'],
        ['Nylonkoord', 'index.php?pagina=producten&subpagina=nylonkoord'],
        ['Polyester', 'index.php?pagina=producten&subpagina=polyester'],
        ['Composite', 'index.php?pagina=producten&subpagina=composite'],
        ['Superleomix', 'index.php?pagina=producten&subpagina=superleomix'],
        ['Dyneema', 'index.php?pagina=producten&subpagina=dyneema'],
        ['Overig', 'index.php?pagina=producten&subpagina=overig'],
    ],
];

var MENU_ITEMS5 = [
        
    ['Speciale Projecten','index.php?pagina=specialeprojecten&subpagina=speciale_projecten', null,
         
    ],
];

//var MENU_ITEMS6 = [    
  // ['Aanbiedingen', 'index.php?pagina=aanbiedingen&subpagina=aanbiedingen', null,
  //       ['Aanbieding December', 'index.php?pagina=aanbiedingen&subpagina=Aanbieding-December'],

 //  ],
//];

var MENU_ITEMS6 = [    
   ['Foto&rsquo;s', 'index.php?pagina=fotos&subpagina=fotos',null],
];
    
var MENU_ITEMS7 = [
    ['Contact/Aanvragen', null, null,
         ['Aanvragen', 'index.php?pagina=contact&subpagina=aanvragen', null],
         ['Contact', 'index.php?pagina=contact&subpagina=contact'],
         ['Route', 'index.php?pagina=contact&subpagina=route'],
    ],
];

