var global_navtree = WpNavBar.readTree({
"childArray" : [
{   sTitle:'Home',
    bIsWebPath:true,
    sUrl:'index.html'
},
{   sTitle:'About Us',
    bIsWebPath:true,
    sUrl:'aboutus.html'
},
{   sTitle:'Self Managed Learning',
    bIsWebPath:true,
    sUrl:'selfmanaged.html',"childArray" : [
    {   sTitle:'Books',
        bIsWebPath:true,
        sUrl:'books.html'
    },
    {   sTitle:'eBooks',
        bIsWebPath:true,
        sUrl:'ebooks.html'
    },
    {   sTitle:'Modular Course',
        bIsWebPath:true,
        sUrl:'modular.html'
    },
    {   sTitle:'Creativity Kickstart DVD',
        bIsWebPath:true,
        sUrl:'creativitykickstartdvd.html'
    },
    {   sTitle:'Self Deliver Training',
        bIsWebPath:true,
        sUrl:'selfdeliver.html'
    },
    {   sTitle:'Articles',
        bIsWebPath:true,
        sUrl:'articles.html'
    },
    {   sTitle:'Software',
        bIsWebPath:true,
        sUrl:'creativitysoftware.html'
    }]
},
{   sTitle:'Training Courses',
    bIsWebPath:true,
    sUrl:'training.html',"childArray" : [
    {   sTitle:'Bite sized seminars',
        bIsWebPath:true,
        sUrl:'bitesized.html'
    },
    {   sTitle:'Full day seminars',
        bIsWebPath:true,
        sUrl:'fullday.html'
    },
    {   sTitle:'Inspiration seminars',
        bIsWebPath:true,
        sUrl:'inspiration.html'
    }]
},
{   sTitle:'Contact Us',
    bIsWebPath:true,
    sUrl:'contact.html'
}]
});