var customnavtree2 = WpNavBar.readTree({
"childArray" : [
{   sTitle:'Inicio',
    bIsWebPath:true,
    sUrl:'index.html',
    sTarget:'_self'
},
{   sTitle:'Internet Marketing',
    bIsWebPath:true,
    sUrl:'intmkt.html',"childArray" : [
    {   sTitle:'Empresarial',
        bIsWebPath:true,
        sUrl:'empresarial.html'
    },
    {   sTitle:'Político',
        bIsWebPath:true,
        sUrl:'politico.html'
    },
    {   sTitle:'E-mail',
        bIsWebPath:true,
        sUrl:'mailmkt.html'
    }]
},
{   sTitle:'Sistemas',
    bIsWebPath:true,
    sUrl:'page6.html',"childArray" : [
    {   sTitle:'Websites',
        bIsWebPath:true,
        sUrl:'websites.html'
    },
    {   sTitle:'CRM',
        bIsWebPath:true,
        sUrl:'crm.html'
    },
    {   sTitle:'eCommerce',
        bIsWebPath:true,
        sUrl:'ecommerce.html'
    }]
},
{   sTitle:'TIC',
    bIsWebPath:true,
    sUrl:'tic.html',"childArray" : [
    {   sTitle:'Redes LAN/WAN',
        bIsWebPath:true,
        sUrl:'redes.html'
    },
    {   sTitle:'Sites',
        bIsWebPath:true,
        sUrl:'sites.html'
    },
    {   sTitle:'Seguridad',
        bIsWebPath:true,
        sUrl:'seguridad.html'
    }]
},
{   sTitle:'Automatización',
    bIsWebPath:true,
    sUrl:'automa.html',"childArray" : [
    {   sTitle:'CCTV',
        bIsWebPath:true,
        sUrl:'cctv.html'
    },
    {   sTitle:'Conmutadores',
        bIsWebPath:true,
        sUrl:'conmutador.html'
    }]
},
{   sTitle:'Acerca de Inkernel',
    bIsWebPath:true,
    sUrl:'inkernel.html'
}]
});
