var global_navtree = WpNavBar.readTree({
"childArray" : [
{   sTitle:'Home',
    bIsWebPath:true,
    sUrl:'index.html'
},
{   sTitle:'About',
    bIsWebPath:true,
    sUrl:'about.html'
},
{   sTitle:'Services',
    bIsWebPath:true,
    sUrl:'services.html',"childArray" : [
    {   sTitle:'Market research',
        bIsWebPath:true,
        sUrl:'research.html'
    },
    {   sTitle:'Strategic marketing',
        bIsWebPath:true,
        sUrl:'strategicmarketing.html'
    },
    {   sTitle:'Marketing campaigns',
        bIsWebPath:true,
        sUrl:'marketingcampaigns.html'
    },
    {   sTitle:'Creative services',
        bIsWebPath:true,
        sUrl:'creativeservices.html'
    }]
},
{   sTitle:'Clients',
    bIsWebPath:true,
    sUrl:'testimonials.html'
},
{   sTitle:'Contact Us',
    bIsWebPath:true,
    sUrl:'contactus.html',"childArray" : [
    {   sTitle:'Our contact details',
        bIsExternal:true,
        bIsWebPath:true,
        sUrl:'contactus.html'
    },
    {   sTitle:'Join our mailing list',
        bIsWebPath:true,
        sUrl:'subscribe.html'
    }]
}]
});
