var global_navtree = WpNavBar.readTree({
"childArray" : [
{   sTitle:'HOME',
    bIsWebPath:true,
    sUrl:'index.html'
},
{   sTitle:'FOTOPAGINA',
    bIsWebPath:true,
    sUrl:'pagina2.html'
},
{   sTitle:'LINKS',
    bIsWebPath:true,
    sUrl:'pagina3.html'
},
{   sTitle:'AGENDA',
    bIsWebPath:true,
    sUrl:'pagina5.html'
},
{   sTitle:'CONTACT',
    bIsWebPath:true,
    sUrl:'pagina4.html'
}]
});
