var global_navtree = WpNavBar.readTree({
"childArray" : [
{   sTitle:'welcome',
    bIsWebPath:true,
    sUrl:'index.html'
},
{   sTitle:'people',
    bIsWebPath:true,
    sUrl:'people.html'
},
{   sTitle:'stills',
    bIsWebPath:true,
    sUrl:'stills.html'
},
{   sTitle:'architecture',
    bIsWebPath:true,
    sUrl:'architecture.html'
},
{   sTitle:'black+white',
    bIsWebPath:true,
    sUrl:'black+white.html'
},
{   sTitle:'specials',
    bIsWebPath:true,
    sUrl:'specials.html'
},
{   sTitle:'light art',
    bIsWebPath:true,
    sUrl:'light art.html'
},
{   sTitle:'impressum',
    bIsWebPath:true,
    sUrl:'impressum.html'
}]
});
