var global_navtree = WpNavBar.readTree({
"childArray" : [
{   sTitle:'Home',
    bIsWebPath:true,
    sUrl:'index.html'
},
{   sTitle:'All Stars',
    bIsWebPath:true,
    sUrl:'all_stars.html'
},
{   sTitle:'Kärwa',
    bIsWebPath:true,
    sUrl:'kaerwa.html'
},
{   sTitle:'Sunset Party',
    bIsWebPath:true,
    sUrl:'sunset_party.html'
},
{   sTitle:'Gästebuch',
    bIsWebPath:true,
    sUrl:'gaestebuch.html'
},
{   sTitle:'Links',
    bIsWebPath:true,
    sUrl:'links.html'
}]
});
