var global_navtree = WpNavBar.readTree({
"childArray" : [
{   sTitle:'Inicio',
    bIsWebPath:true,
    sUrl:'index.html'
},
{   sTitle:'Alarmas',
    bIsWebPath:true,
    sUrl:'alarmas.html'
},
{   sTitle:'Control de Acceso',
    bIsWebPath:true,
    sUrl:'acceso.html'
},
{   sTitle:'cctv',
    bIsWebPath:true,
    sUrl:'cctv.html'
},
{   sTitle:'Monitoreo',
    bIsWebPath:true,
    sUrl:'monitoreo.html'
},
{   sTitle:'Incendio',
    bIsWebPath:true,
    sUrl:'incendio.html'
},
{   sTitle:'Contacto',
    bIsWebPath:true,
    sUrl:'contacto.html'
}]
});
