var global_navtree = WpNavBar.readTree({
"childArray" : [
{   sTitle:'Home',
    bIsWebPath:true,
    sUrl:'index.html'
},
{   sTitle:'About HSA',
    bIsWebPath:true,
    sUrl:'abouthsa.html',
    sTarget:'_self',"childArray" : [
    {   sTitle:'Our Team',
        bIsWebPath:true,
        sUrl:'ourteam.html',
        sTarget:'_self'
    },
    {   sTitle:'Our Learners',
        bIsWebPath:true,
        sUrl:'ourlearners.html',
        sTarget:'_self'
    },
    {   sTitle:'Our Affiliates',
        bIsWebPath:true,
        sUrl:'ouraffiliates.html',
        sTarget:'_self'
    },
    {   sTitle:'Facilitators',
        bIsWebPath:true,
        sUrl:'facilitators.html',
        sTarget:'_self'
    },
    {   sTitle:'Accreditation',
        bIsWebPath:true,
        sUrl:'accreditation.html',
        sTarget:'_self'
    },
    {   sTitle:'Success Stories',
        bIsWebPath:true,
        sUrl:'successstories.html',
        sTarget:'_self'
    },
    {   sTitle:'News',
        bIsWebPath:true,
        sUrl:'news.html',
        sTarget:'_self'
    }]
},
{   sTitle:'Courses Offered',
    bIsWebPath:true,
    sUrl:'coursesoffered.html',
    sTarget:'_self',"childArray" : [
    {   sTitle:'Pharmacist\'s Assistant',
        bIsWebPath:true,
        sUrl:'pharmacistassistant.html',
        sTarget:'_self'
    },
    {   sTitle:'Industry Courses',
        bIsWebPath:true,
        sUrl:'industrycourses.html',
        sTarget:'_self'
    },
    {   sTitle:'Dispensing Courses',
        bIsWebPath:true,
        sUrl:'dispensingcourses.html',
        sTarget:'_self'
    }]
},
{   sTitle:'PEPFAR',
    bIsWebPath:true,
    sUrl:'pepfar.html',
    sTarget:'_self',"childArray" : [
    {   sTitle:'PEPFAR Courses',
        bIsWebPath:true,
        sUrl:'pepfarcourse.html',
        sTarget:'_self'
    },
    {   sTitle:'PEPFAR Affiliates',
        bIsWebPath:true,
        sUrl:'pepfaraffiliates.html',
        sTarget:'_self'
    },
    {   sTitle:'PEPFAR Scholarship',
        bIsWebPath:true,
        sUrl:'pepfarscholarship.html',
        sTarget:'_self'
    }]
},
{   sTitle:'Student Info Centre',
    bIsWebPath:true,
    sUrl:'studentinfocentre.html',
    sTarget:'_self',"childArray" : [
    {   sTitle:'Forms',
        bIsWebPath:true,
        sUrl:'forms.html',
        sTarget:'_self'
    },
    {   sTitle:'Assessment Bookings',
        bIsWebPath:true,
        sUrl:'assessmentbookings.html',
        sTarget:'_self'
    },
    {   sTitle:'Registration Information',
        bIsWebPath:true,
        sUrl:'registrationinformation.html',
        sTarget:'_self'
    },
    {   sTitle:'Upcoming Lectures',
        bIsWebPath:true,
        sUrl:'upcominglectures.html',
        sTarget:'_self'
    }]
},
{   sTitle:'Graduates',
    bIsWebPath:true,
    sUrl:'graduates.html',
    sTarget:'_self',"childArray" : [
    {   sTitle:'Photo Gallery',
        bIsWebPath:true,
        sUrl:'photogallery.html',
        sTarget:'_self'
    }]
},
{   sTitle:'Contact Us',
    bIsWebPath:true,
    sUrl:'contactus.html',
    sTarget:'_self'
},
{   sTitle:'Find Us',
    bIsWebPath:true,
    sUrl:'findus.html',
    sTarget:'_self'
}]
});
