var global_navtree = WpNavBar.readTree({
"childArray" : [
{   sTitle:'Home',
    bIsWebPath:true,
    sUrl:'index.html'
},
{   sTitle:'The Company',
    bIsWebPath:true,
    sUrl:'the-company.html',"childArray" : [
    {   sTitle:'Gisèle Pellegrini',
        bIsWebPath:true,
        sUrl:'gisele-pellegrini.html'
    }]
},
{   sTitle:'Trade Facilitation',
    bIsWebPath:true,
    sUrl:'trade-facilitation.html'
},
{   sTitle:'Language Services',
    bIsWebPath:true,
    sUrl:'language-services.html'
},
{   sTitle:'News',
    bIsExternal:true,
    sUrl:'http://positiveg-news.blogspot.com/'
},
{   sTitle:'Case Studies',
    bIsWebPath:true,
    sUrl:'case-studies.html',"childArray" : [
    {   sTitle:'Rugby Case Study',
        bIsWebPath:true,
        sUrl:'rugby-case-study.html'
    }]
},
{   sTitle:'Contact Us',
    bIsWebPath:true,
    sUrl:'contact-us.html'
}]
});
