var global_navtree = WpNavBar.readTree({
"childArray" : [
{   sTitle:'Inicio',
    bIsWebPath:true,
    sUrl:'index.html'
},
{   sTitle:'Bodas',
    bIsWebPath:true,
    sUrl:'bodas.html',
    sTarget:'_self'
},
{   sTitle:'XV Años',
    bIsWebPath:true,
    sUrl:'xv.html',
    sTarget:'_self'
},
{   sTitle:'Meriendas',
    bIsWebPath:true,
    sUrl:'meriendas.html',
    sTarget:'_self',"childArray" : [
    {   sTitle:'Baby showers',
        bIsWebPath:true,
        sUrl:'babyshowers.html',
        sTarget:'_self'
    },
    {   sTitle:'Despedidas',
        bIsWebPath:true,
        sUrl:'despedidas.html',
        sTarget:'_self'
    }]
},
{   sTitle:'Aniversarios',
    bIsWebPath:true,
    sUrl:'aniv.html',
    sTarget:'_self'
},
{   sTitle:'Posadas',
    bIsWebPath:true,
    sUrl:'posadas.html',
    sTarget:'_self'
},
{   sTitle:'Contacto',
    bIsWebPath:true,
    sUrl:'contacto.html',
    sTarget:'_self'
}]
});
