var global_navtree = WpNavBar.readTree({
"childArray" : [
{   sTitle:'Inicial',
    bIsWebPath:true,
    sUrl:'index.html'
},
{   sTitle:'Eventos',
    bIsWebPath:true,
    sUrl:'page2.html'
},
{   sTitle:'Acontece na noite',
    bIsWebPath:true,
    sUrl:'page3.html'
},
{   sTitle:'Concursos',
    bIsWebPath:true,
    sUrl:'page5.html'
},
{   sTitle:'Notícias',
    bIsWebPath:true,
    sUrl:'page6.html'
},
{   sTitle:'VisualArt Produções',
    bIsWebPath:true,
    sUrl:'page4.html'
}]
});
