var global_navtree = WpNavBar.readTree({
"childArray" : [
{   sTitle:'Inicio',
    bIsWebPath:true,
    sUrl:'index.html'
},
{   sTitle:'Productos',
    bIsWebPath:true,
    sUrl:'bms_productos.html',
    sTarget:'_self'
},
{   sTitle:'Clientes',
    bIsWebPath:true,
    sUrl:'bms_clientes.html',
    sTarget:'_self'
},
{   sTitle:'Servicios',
    bIsWebPath:true,
    sUrl:'bms_servicios.html',
    sTarget:'_self'
},
{   sTitle:'Contacto',
    bIsWebPath:true,
    sUrl:'bms_contacto.html',
    sTarget:'_self'
},
{   sTitle:'Empresas',
    bIsWebPath:true,
    sUrl:'bms_empresas.html',
    sTarget:'_self',"childArray" : [
    {   sTitle:'Borpes Media Solutions',
        bIsWebPath:true,
        sUrl:'bms_borpes.html',
        sTarget:'_self'
    },
    {   sTitle:'Bmedia Software',
        bIsWebPath:true,
        sUrl:'bms_bmedia.html',
        sTarget:'_self'
    },
    {   sTitle:'Organizacion BMS',
        bIsWebPath:true,
        sUrl:'bms_organizacion.html',
        sTarget:'_self'
    },
    {   sTitle:'Sx3',
        bIsWebPath:true,
        sUrl:'bms_sx3.html',
        sTarget:'_self'
    },
    {   sTitle:'Travelers',
        bIsWebPath:true,
        sUrl:'bms_travelers.html',
        sTarget:'_self'
    },
    {   sTitle:'Hardata',
        bIsWebPath:true,
        sUrl:'bms_hardata.html',
        sTarget:'_self'
    }]
}]
});