var global_navtree = WpNavBar.readTree({
"childArray" : [
{   'sTitle':'Forside',
    'bIsWebPath':true,
    'sUrl':'index.html'
},
{   'sTitle':'Produkter',
    'bIsWebPath':true,
    'sUrl':'produkter.html',"childArray" : [
    {   'sTitle':'Bagemåtte',
        'bIsWebPath':true,
        'sUrl':'bestilling/bagematte.html'
    },
    {   'sTitle':'Chokolade',
        'bIsWebPath':true,
        'sUrl':'bestilling/chokolade.html'
    },
    {   'sTitle':'Condibøtter',
        'bIsWebPath':true,
        'sUrl':'bestilling/condibotter.html'
    },
    {   'sTitle':'Farver',
        'bIsWebPath':true,
        'sUrl':'bestilling/farver.html'
    },
    {   'sTitle':'Forme & Udstikkere',
        'bIsWebPath':true,
        'sUrl':'bestilling/formeogudstikkere.html'
    },
    {   'sTitle':'frosne Frugte & Pureer',
        'bIsWebPath':true,
        'sUrl':'bestilling/frosnefrugte.html'
    },
    {   'sTitle':'Frugt, syltetøj & honning',
        'bIsWebPath':true,
        'sUrl':'bestilling/frugt.html'
    },
    {   'sTitle':'Frø, Kerner & Mel',
        'bIsWebPath':true,
        'sUrl':'bestilling/froogkerner.html'
    },
    {   'sTitle':'Kolonial',
        'bIsWebPath':true,
        'sUrl':'bestilling/kolonial.html'
    },
    {   'sTitle':'Krydderi m.m.',
        'bIsWebPath':true,
        'sUrl':'bestilling/krydderi.html'
    },
    {   'sTitle':'Køkkenredskaber',
        'bIsWebPath':true,
        'sUrl':'bestilling/koekkenredskaber.html'
    },
    {   'sTitle':'Marcipan-nougat',
        'bIsWebPath':true,
        'sUrl':'bestilling/marcipan.html'
    },
    {   'sTitle':'Nødder',
        'bIsWebPath':true,
        'sUrl':'bestilling/noedder.html'
    },
    {   'sTitle':'Olie & Eddike',
        'bIsWebPath':true,
        'sUrl':'bestilling/olieogeddike.html'
    },
    {   'sTitle':'Pynt & Skåle',
        'bIsWebPath':true,
        'sUrl':'bestilling/pynt.html'
    },
    {   'sTitle':'Spiritus',
        'bIsWebPath':true,
        'sUrl':'bestilling/spiritus.html'
    },
    {   'sTitle':'Sukker & Smagsstoffer',
        'bIsWebPath':true,
        'sUrl':'bestilling/sukker.html'
    },
    {   'sTitle':'Texturas & SOSA',
        'bIsWebPath':true,
        'sUrl':'bestilling/texturas.html'
    },
    {   'sTitle':'Tørret & syltet frugt',
        'bIsWebPath':true,
        'sUrl':'bestilling/torretogsyltetfrugt.html'
    },
    {   'sTitle':'Økologi',
        'bIsWebPath':true,
        'sUrl':'bestilling/oekologi.html'
    }]
},
{   'sTitle':'Opskrifter',
    'bIsWebPath':true,
    'sUrl':'opsrifter.html',"childArray" : [
    {   'sTitle':'Skovbund med stegte svampe',
        'bIsWebPath':true,
        'sUrl':'opskrifter/skovbund_med _stegte_svampe.html'
    }]
},
{   'sTitle':'Kurser',
    'bIsWebPath':true,
    'sUrl':'kurser.html'
},
{   'sTitle':'Om Condi',
    'bIsWebPath':true,
    'sUrl':'om_condi.html'
},
{   'sTitle':'Kontakt os',
    'bIsWebPath':true,
    'sUrl':'kontakt.html'
}]
});
