var customNavTree3 = WpNavBar.readTree({
"childArray" : [
{   sTitle:'Home',
    bIsWebPath:true,
    sUrl:'index.html'
},
{   sTitle:'Info',
    bIsWebPath:true,
    sUrl:'pagina2.html'
},
{   sTitle:'Galerie',
    bIsWebPath:true,
    sUrl:'pagina3.html'
},
{   sTitle:'Contact',
    bIsWebPath:true,
    sUrl:'pagina5.html'
}]
});
