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:'Services',
    bIsWebPath:true,
    sUrl:'services.html',"childArray" : [{   sTitle:'Customer Service Training',
        bIsWebPath:true,
        sUrl:'customer_service_training.html'},{   sTitle:'Management Skills Training',
        bIsWebPath:true,
        sUrl:'management_skills_training.html'},{   sTitle:'Online Customer Feedback Services',
        bIsWebPath:true,
        sUrl:'online_customer_feedback_services.html'},{   sTitle:'Online Training Support Services',
        bIsWebPath:true,
        sUrl:'online_training_support_services.html'},{   sTitle:'Additional Services',
        bIsWebPath:true,
        sUrl:'additional_services.html'}]},{   sTitle:'Learning Zone',
    bIsWebPath:true,
    sUrl:'learning_zone.html',"childArray" : [{   sTitle:'Quizzes and Tests',
        bIsWebPath:true,
        sUrl:'quizzes_and_tests.html'},{   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'}]
});