var global_navtree = WpNavBar.readTree({
"childArray" : [
{   sTitle:'Home',
    bIsWebPath:true,
    sUrl:'index.html'
},
{   sTitle:'Business',
    bIsWebPath:true,
    sUrl:'business.html',"childArray" : [
    {   sTitle:'The Point of Presentations',
        bIsWebPath:true,
        sUrl:'page15.html'
    },
    {   sTitle:'Workplace 911',
        bIsWebPath:true,
        sUrl:'difficult_people.html'
    },
    {   sTitle:'Appraisals and Feedback',
        bIsWebPath:true,
        sUrl:'appraisals.html'
    },
    {   sTitle:'LAB Profiles',
        bIsWebPath:true,
        sUrl:'profiles.html'
    },
    {   sTitle:'Team Building',
        bIsWebPath:true,
        sUrl:'team.html'
    },
    {   sTitle:'1 to 1 Skills',
        bIsWebPath:true,
        sUrl:'one_to_one.html'
    }]
},
{   sTitle:'Education',
    bIsWebPath:true,
    sUrl:'education.html',"childArray" : [
    {   sTitle:'Nurseries',
        bIsWebPath:true,
        sUrl:'rainbow_book.html'
    }]
},
{   sTitle:'About Us',
    bIsWebPath:true,
    sUrl:'page11a.html',"childArray" : [
    {   sTitle:'Introducing Chameleon',
        bIsWebPath:true,
        sUrl:'introduction.html'
    }]
},
{   sTitle:'Contact',
    bIsWebPath:true,
    sUrl:'contact.html',"childArray" : [
    {   sTitle:'Contact Us',
        bIsExternal:true,
        bIsWebPath:true,
        sUrl:'contact.html',
        sTarget:'_self'
    }]
}]
});