var global_navtree = WpNavBar.readTree({
"childArray" : [
{   sTitle:'News',
    bIsWebPath:true,
    sUrl:'index.html'
},
{   sTitle:'Media',
    bIsWebPath:true,
    sUrl:'media.html'
},
{   sTitle:'Discography',
    bIsWebPath:true,
    sUrl:'discography.html'
},
{   sTitle:'Band',
    bIsWebPath:true,
    sUrl:'band.html'
},
{   sTitle:'Lyrics',
    bIsWebPath:true,
    sUrl:'lyrics.html',"childArray" : [
    {   sTitle:'Mild deliverance',
        bIsWebPath:true,
        sUrl:'mildd.html'
    },
    {   sTitle:'too long in this light',
        bIsWebPath:true,
        sUrl:'toolong.html'
    }]
},
{   sTitle:'Press',
    bIsWebPath:true,
    sUrl:'press.html'
},
{   sTitle:'Contact',
    bIsWebPath:true,
    sUrl:'contact.html'
}]
});