var global_navtree = WpNavBar.readTree({
"childArray" : [
{   sTitle:'Home',
    bIsWebPath:true,
    sUrl:'index.html'
},
{   sDescription:'The services and products e-mel offers its clients',
    sTitle:'Services',
    bIsWebPath:true,
    sUrl:'services.html',"childArray" : [
    {   sDescription:'e-mel services',
        sTitle:'e-mel',
        bIsWebPath:true,
        sUrl:'e-mel.html'
    },
    {   sDescription:'SVP(UK) delivering information that counts, when it counts',
        sTitle:'SVP',
        bIsWebPath:true,
        sUrl:'svp.html',"childArray" : [
        {   sTitle:'Customer matching',
            bIsWebPath:true,
            sUrl:'customer.html'
        },
        {   sTitle:'Market research',
            bIsWebPath:true,
            sUrl:'mres.html'
        },
        {   sTitle:'SVP Legal',
            bIsWebPath:true,
            sUrl:'svplaw.html'
        },
        {   sTitle:'Procurement',
            bIsWebPath:true,
            sUrl:'page21.html'
        }]
    },
    {   sDescription:'The Place 4 Music, commercial music and research',
        sTitle:'The Place 4 Music',
        bIsWebPath:true,
        sUrl:'tp4m.html'
    }]
},
{   sTitle:'Contact',
    bIsWebPath:true,
    sUrl:'contact.html'
},
{   sTitle:'Opinions',
    bIsWebPath:true,
    sUrl:'emelinfo.html',"childArray" : [
    {   sTitle:'Green deal',
        bIsWebPath:true,
        sUrl:'greendeal.html'
    },
    {   sTitle:'Ecosystem',
        bIsWebPath:true,
        sUrl:'ecosystem.html'
    },
    {   sTitle:'HE',
        bIsWebPath:true,
        sUrl:'he.html'
    },
    {   sTitle:'Delivery channels',
        bIsWebPath:true,
        sUrl:'channels.html'
    },
    {   sTitle:'Cameron and EU',
        bIsWebPath:true,
        sUrl:'cameroneu.html'
    }]
},
{   sTitle:'Publications',
    bIsWebPath:true,
    sUrl:'publish.html'
},
{   sTitle:'About us',
    bIsWebPath:true,
    sUrl:'history.html'
},
{   sTitle:'Access',
    bIsWebPath:true,
    sUrl:'access.html'
}]
});
