/*
if (uri.path != '') {
// code that only runs for pages in sub directories
} else {
// code that only runs for pages within the domain itslf
} 
*/


var dkMenu =
[
    ['', 'FORSIDE', 'forside.php', '_self', 'description'],  // a menu item
    ['', 'AKTUELT', 'aktuelt.php', '_self', 'description'],   // a menu item
    ['', 'ARRANGEMENTER', '', '_self', 'description', // a menu item
        ['', 'Selskaber', 'selskaber.php', '_self', 'description'],  // a folder item
        ['', 'Konferencer', 'konferencer.php', '_self', 'description'],  // a folder item
    ],  
    ['', 'HOTEL', 'hotel.php', '_self', 'dette er en beskrivelse'],
    ['', 'RESTAURANT', 'restaurant.php', '_self', 'description'],  // a menu item
    ['', 'REFERENCER', 'referencer.php', '_self', 'description'],  // a menu item
    ['', 'GALLERI', 'galleri.php', '_self', 'description'],  // a menu item
    ['', 'BELIGGENHED', '', '_self', 'description',
        ['', 'Beskrivelse', 'beskrivelse.php', '_self', 'description'],  // a folder item
        ['', 'Interaktivt kort', 'kort.php', '_self', 'description'],  // a folder item
    ],  // a menu item
    ['', 'GIA GROUP', 'gia.php', '_self', 'description'],  // a menu item
];

var enMenu =
[
    ['', 'HOME', 'forside.php', '_self', 'description'],  // a menu item
    ['', 'CURRENT', 'aktuelt.php', '_self', 'description'],   // a menu item
    ['', 'EVENTS', '', '_self', 'description', // a menu item
        ['', 'Parties', 'selskaber.php', '_self', 'description'],  // a folder item
        ['', 'Conferences', 'konferencer.php', '_self', 'description'],  // a folder item
    ],  
    ['', 'HOTEL', 'hotel.php', '_self', 'dette er en beskrivelse'],
    ['', 'FOOD & DRINKS', 'restaurant.php', '_self', 'description'],  // a menu item
    ['', 'REFERENCES', 'referencer.php', '_self', 'description'],  // a menu item
    ['', 'IMAGE GALLERY', 'galleri.php', '_self', 'description'],  // a menu item
    ['', 'LOCATION', '', '_self', 'description', // a menu item
        ['', 'Description', 'beskrivelse.php', '_self', 'description'],  // a folder item
        ['', 'Interactive map', 'kort.php', '_self', 'description'],  // a folder item
    ],
    ['', 'GIA GROUP', 'gia.php', '_self', 'description'],  // a menu item
];
