var global_navtree = WpNavBar.readTree({
"childArray" : [
{   sTitle:'Home',
    bIsWebPath:true,
    sUrl:'index.html'
},
{   sTitle:'What we do',
    bIsWebPath:true,
    sUrl:'Whatwedo.html',"childArray" : [
    {   sTitle:'Results guarantee',
        bIsWebPath:true,
        sUrl:'resultsguarantee.html'
    }]
},
{   sTitle:'Who we are',
    bIsWebPath:true,
    sUrl:'whoweare.html'
},
{   sTitle:'Free help',
    bIsWebPath:true,
    sUrl:'freeconsultation.html'
},
{   sDescription:'Marketing Training Event,  Linkedin training, Linkedin seminar',
    sTitle:'Training',
    bIsWebPath:true,
    sUrl:'seminarsandtraining.html',"childArray" : [
    {   sTitle:'Linkedin Introduction',
        bIsWebPath:true,
        sUrl:'linkedinintroductiontraining.html'
    },
    {   sTitle:'Linkedin Advanced',
        bIsWebPath:true,
        sUrl:'linkedinadvancedtraining.html'
    }]
},
{   sTitle:'Contact Us',
    bIsWebPath:true,
    sUrl:'contact.html'
},
{   sTitle:'Blog',
    bIsExternal:true,
    sUrl:'http://cultivatemarketing.wordpress.com/'
}]
});
