var global_navtree = WpNavBar.readTree({
"childArray" : [
{   'sTitle':'Home',
    'bIsWebPath':true,
    'sUrl':'index.html'
},
{   'sTitle':'Band',
    'bIsWebPath':true,
    'sUrl':'band.html'
},
{   'sTitle':'Bilder',
    'bIsWebPath':true,
    'sUrl':'bilder.html'
},
{   'sTitle':'Tour 2012',
    'bIsWebPath':true,
    'sUrl':'tour.html'
},
{   'sTitle':'Gästebuch',
    'bIsWebPath':true,
    'sUrl':'gaestebuch.html'
},
{   'sTitle':'Kontakt',
    'bIsWebPath':true,
    'sUrl':'kontakt.html'
},
{   'sTitle':'CD Shop',
    'bIsWebPath':true,
    'sUrl':'cd_shop.html'
}]
});
