var global_navtree = WpNavBar.readTree({
"childArray" : [
{   sTitle:'Objectives Reached',
    bIsWebPath:true,
    sUrl:'index.html',"childArray" : [
    {   sTitle:'AIMS',
        bIsWebPath:true,
        sUrl:'amins.html'
    },
    {   sTitle:'News',
        bIsWebPath:true,
        sUrl:'page11.html'
    }]
},
{   sTitle:'Marketing and Growth',
    bIsWebPath:true,
    sUrl:'marketinggrowth.html'
},
{   sTitle:'Sales & Business Services',
    bIsWebPath:true,
    sUrl:'salesservices.html'
},
{   sTitle:'Events',
    bIsWebPath:true,
    sUrl:'events.html'
},
{   sTitle:'Training',
    bIsWebPath:true,
    sUrl:'training.html'
},
{   sTitle:'News',
    bIsWebPath:true,
    sUrl:'news.html'
},
{   sTitle:'Contact us',
    bIsWebPath:true,
    sUrl:'contactus.html'
}]
});