/*
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
    ['', 'GALLERI', 'galleri.php', '_self', 'description'],   // a menu item
    ['', 'BEHANDLING', 'behandling.php', '_self', 'dette er en beskrivelse'],
    ['', 'TILBUD', 'tilbud.php', '_self', 'description'],  // a menu item
    ['', 'KONTAKT', 'kontakt.php', '_self', 'description'],  // a menu item
];



