var global_navtree = WpNavBar.readTree({
"childArray" : [
{   sTitle:'Inicio',
    bIsWebPath:true,
    sUrl:'index.html'
},
{   sTitle:'Servicios',
    bIsWebPath:true,
    sUrl:'page2.html'
},
{   sTitle:'Proyectos',
    bIsWebPath:true,
    sUrl:'page3.html'
},
{   sTitle:'Contacto',
    bIsWebPath:true,
    sUrl:'page5.html'
},
{   sTitle:'Nosotros',
    bIsWebPath:true,
    sUrl:'page4.html'
}]
});
