var global_navtree = WpNavBar.readTree({
"childArray" : [
{   sTitle:'Home',
    bIsWebPath:true,
    sUrl:'index.html',"childArray" : [
    {   sTitle:'Steps to Change',
        bIsWebPath:true,
        sUrl:'steps_to_change.html'
    },
    {   sTitle:'A Case Study',
        bIsWebPath:true,
        sUrl:'a_case_study.html'
    },
    {   sTitle:'Customer Service Training',
        bIsWebPath:true,
        sUrl:'customer_service_training.html'
    },
    {   sTitle:'Management Skills Training',
        bIsWebPath:true,
        sUrl:'management_skills_training.html'
    },
    {   sTitle:'Additional Services',
        bIsWebPath:true,
        sUrl:'additional_services.html'
    }]
},
{   sTitle:'Learning Zone',
    bIsWebPath:true,
    sUrl:'learning_zone.html',"childArray" : [
    {   sTitle:'Management Resources',
        bIsWebPath:true,
        sUrl:'management_resources.html'
    },
    {   sTitle:'Reading ',
        bIsWebPath:true,
        sUrl:'reading.html'
    }]
},
{   sTitle:'Contact Us',
    bIsWebPath:true,
    sUrl:'contact_us.html'
}]
});
