var global_navtree = WpNavBar.readTree({
"childArray" : [
{   sTitle:'Home',
    bIsWebPath:true,
    sUrl:'index.html'
},
{   sTitle:'Clientes',
    bIsWebPath:true,
    sUrl:'clientes.html'
},
{   sTitle:'Obras',
    bIsWebPath:true,
    sUrl:'obras.html'
},
{   sTitle:'Galería',
    bIsWebPath:true,
    sUrl:'galeria.html'
},
{   sTitle:'Contacto',
    bIsWebPath:true,
    sUrl:'contacto.html'
}]
});