var global_navtree = WpNavBar.readTree({
"childArray" : [
{   sTitle:'Startside',
    bIsWebPath:true,
    sUrl:'default.htm',"childArray" : [
    {   sTitle:'Folder',
        bIsWebPath:true,
        sUrl:'folder.html'
    }]
},
{   sTitle:'Lauget',
    bIsWebPath:true,
    sUrl:'lauget.html',"childArray" : [
    {   sTitle:'Vedtægter',
        bIsWebPath:true,
        sUrl:'vedtaegter.html'
    },
    {   sTitle:'Bestyrelse',
        bIsWebPath:true,
        sUrl:'bestyrelse.html'
    },
    {   sTitle:'Regnskab',
        bIsWebPath:true,
        sUrl:'regnskab.html'
    }]
},
{   sTitle:'Panorama',
    bIsWebPath:true,
    sUrl:'panorama.html'
},
{   sTitle:'Historie',
    bIsWebPath:true,
    sUrl:'historie1.html',"childArray" : [
    {   sTitle:'Foto',
        bIsWebPath:true,
        sUrl:'foto.html'
    }]
},
{   sTitle:'Formidlingscenter',
    bIsWebPath:true,
    sUrl:'formidling.html',"childArray" : [
    {   sTitle:'Samarbejdspartnere',
        bIsWebPath:true,
        sUrl:'hvem.html'
    },
    {   sTitle:'Projektskitser',
        bIsWebPath:true,
        sUrl:'tegninger.html'
    },
    {   sTitle:'Byggeprocessen',
        bIsWebPath:true,
        sUrl:'byggeproces.html'
    },
    {   sTitle:'Omtale af projektet',
        bIsWebPath:true,
        sUrl:'omtale.html'
    }]
},
{   sTitle:'Kontakt os',
    bIsWebPath:true,
    sUrl:'page12.html'
}]
});
