var global_navtree = WpNavBar.readTree({
"childArray" : [
{   sTitle:'Home',
    bIsWebPath:true,
    sUrl:'index.htm'
},
{   sTitle:'About Alice',
    bIsWebPath:true,
    sUrl:'about.htm'
},
{   sTitle:'Courses',
    bIsWebPath:true,
    sUrl:'courses.htm',"childArray" : [
    {   sTitle:'List of Courses',
        bIsWebPath:true,
        sUrl:'courselist.htm'
    },
    {   sTitle:'General Information',
        bIsWebPath:true,
        sUrl:'information.htm'
    },
    {   sTitle:'Stress Advisers',
        bIsWebPath:true,
        sUrl:'stress_advisers.htm'
    },
    {   sTitle:'Course FAQs',
        bIsWebPath:true,
        sUrl:'faqs.htm'
    },
    {   sTitle:'Accreditation',
        bIsWebPath:true,
        sUrl:'accredit.htm'
    }]
},
{   sTitle:'Self-Help',
    bIsWebPath:true,
    sUrl:'selfhelp.htm',"childArray" : [
    {   sTitle:'Activity Packs',
        bIsWebPath:true,
        sUrl:'actpacks.htm'
    },
    {   sTitle:'Help with Stress',
        bIsWebPath:true,
        sUrl:'stresshelp.htm'
    },
    {   sTitle:'Confidence Building',
        bIsWebPath:true,
        sUrl:'confidence_building.htm'
    }]
},
{   sTitle:'Books',
    bIsWebPath:true,
    sUrl:'books.htm'
},
{   sTitle:'Shop',
    bIsWebPath:true,
    sUrl:'shop.htm'
},
{   sTitle:'Blog',
    bIsWebPath:true,
    sUrl:'amblog.htm'
},
{   sTitle:'Contact',
    bIsWebPath:true,
    sUrl:'contact_us.htm'
}]
});
