var global_navtree = WpNavBar.readTree({
"childArray" : [
{   sTitle:'Home',
    bIsWebPath:true,
    sUrl:'index.html'
},
{   sTitle:'Perfil',
    bIsWebPath:true,
    sUrl:'page2.html'
},
{   sTitle:'Agenda',
    bIsWebPath:true,
    sUrl:'page3.html'
},
{   sTitle:'Música',
    bIsWebPath:true,
    sUrl:'page6.html',"childArray" : [
    {   sTitle:'Música2',
        bIsWebPath:true,
        sUrl:'page10.html'
    }]
},
{   sTitle:'Foto',
    bIsWebPath:true,
    sUrl:'page7.html'
},
{   sTitle:'Vídeo',
    bIsWebPath:true,
    sUrl:'page5.html'
},
{   sTitle:'Imprensa',
    bIsWebPath:true,
    sUrl:'page4.html'
},
{   sTitle:'Contato',
    bIsWebPath:true,
    sUrl:'page8.html'
}]
});
