var global_navtree = WpNavBar.readTree({
"childArray" : [
{   sTitle:'Home',
    bIsWebPath:true,
    sUrl:'home.html'
},
{   sTitle:'Biography',
    bIsWebPath:true,
    sUrl:'biography.html',"childArray" : [
    {   sTitle:'english',
        bIsExternal:true,
        bIsWebPath:true,
        sUrl:'biography.html'
    },
    {   sTitle:'russian',
        bIsExternal:true,
        sUrl:'http://www.animalis.promodj.ru',
        sTarget:'_blank'
    }]
},
{   sTitle:'Discography',
    bIsWebPath:true,
    sUrl:'discography.html',"childArray" : [
    {   sDescription:' ',
        sTitle:'New Album',
        bIsWebPath:true,
        sUrl:'new_album.html'
    }]
},
{   sTitle:'Schedule',
    bIsWebPath:true,
    sUrl:'schedule.html'
},
{   sTitle:'Press',
    bIsWebPath:true,
    sUrl:'press.html'
},
{   sTitle:'News',
    bIsWebPath:true,
    sUrl:'news.html'
},
{   sTitle:'Contact',
    bIsWebPath:true,
    sUrl:'contact.html'
}]
});