var global_navtree = WpNavBar.readTree({
"childArray" : [
{   'sTitle':'Home',
    'bIsWebPath':true,
    'sUrl':'index.html'
},
{   'sTitle':'Band',
    'bIsWebPath':true,
    'sUrl':'band.html'
},
{   'sTitle':'Dates',
    'bIsWebPath':true,
    'sUrl':'dates.html'
},
{   'sTitle':'Media',
    'bIsWebPath':true,
    'sUrl':'media.html',"childArray" : [
    {   'sTitle':'Photos',
        'bIsWebPath':true,
        'sUrl':'photos.html'
    }]
},
{   'sTitle':'Guestbook',
    'bIsWebPath':true,
    'sUrl':'guestbook.html'
},
{   'sTitle':'Contact',
    'bIsWebPath':true,
    'sUrl':'contact.html'
},
{   'sTitle':'Links',
    'bIsWebPath':true,
    'sUrl':'links.html'
},
{   'sTitle':'Impressum',
    'bIsWebPath':true,
    'sUrl':'impressum.html'
}]
});
