var global_navtree = WpNavBar.readTree({
"childArray" : [
{   'sTitle':'Inicio',
    'bIsWebPath':true,
    'sUrl':'index.html'
},
{   'sTitle':'Servicios',
    'bIsWebPath':true,
    'sUrl':'servicios.html'
},
{   'sTitle':'Redes Sociales',
    'bIsWebPath':true,
    'sUrl':'redessociales.html'
},
{   'sTitle':'Productos',
    'bIsWebPath':true,
    'sUrl':'productos.html'
},
{   'sTitle':'Utilitarios',
    'bIsWebPath':true,
    'sUrl':'util.html'
},
{   'sTitle':'Contactenos',
    'bIsWebPath':true,
    'sUrl':'contactenos.html'
},
{   'sTitle':'Pago online',
    'bIsWebPath':true,
    'sUrl':'paypal.html'
}]
});
