var global_navtree = WpNavBar.readTree({
"childArray" : [
{   sTitle:'Home',
    bIsWebPath:true,
    sUrl:'index.html'
},
{   sTitle:'THE LODGE',
    bIsWebPath:true,
    sUrl:'thelodge.html',
    sTarget:'_self'
},
{   sTitle:'FITTING BRICKS',
    bIsWebPath:true,
    sUrl:'fittingbricks.html',
    sTarget:'_self'
},
{   sTitle:'THE CUBE',
    bIsWebPath:true,
    sUrl:'thecube.html',
    sTarget:'_self'
},
{   sTitle:'NEU RUHRORT',
    bIsWebPath:true,
    sUrl:'neuruhort.html',
    sTarget:'_self'
},
{   sTitle:'STUDENTENWOHNHEIM KL',
    bIsWebPath:true,
    sUrl:'studentenwohnheimkl.html',
    sTarget:'_self'
},
{   sTitle:'KONRADS CAFÉ',
    bIsWebPath:true,
    sUrl:'conradscafe.html',
    sTarget:'_self'
},
{   sTitle:'FINN INFILL',
    bIsWebPath:true,
    sUrl:'finninfill.html',
    sTarget:'_self'
},
{   sTitle:'DUNGEN',
    bIsWebPath:true,
    sUrl:'dungen.html',
    sTarget:'_self'
},
{   sTitle:'SOY TOWERS',
    bIsWebPath:true,
    sUrl:'soytowers.html',
    sTarget:'_self'
},
{   sTitle:'CONCRETREAT',
    bIsWebPath:true,
    sUrl:'concretreat.html',
    sTarget:'_self'
},
{   sTitle:'GREEN CURTAIN',
    bIsWebPath:true,
    sUrl:'greencurtain.html',
    sTarget:'_self'
},
{   sTitle:'DIE WELLE',
    bIsWebPath:true,
    sUrl:'page13.html',
    sTarget:'_self'
}]
});
