var global_navtree = WpNavBar.readTree({
"childArray" : [
{   sTitle:'About Us',
    bIsWebPath:true,
    sUrl:'index.html'
},
{   sTitle:'Courses',
    bIsWebPath:true,
    sUrl:'courses.html',"childArray" : [
    {   sTitle:'Open Courses',
        bIsWebPath:true,
        sUrl:'opencourses.html'
    },
    {   sTitle:'Equality',
        bIsWebPath:true,
        sUrl:'spneeds.html'
    }]
},
{   sTitle:'Online',
    bIsWebPath:true,
    sUrl:'online.html'
},
{   sTitle:'Clients',
    bIsWebPath:true,
    sUrl:'clients.html',"childArray" : [
    {   sTitle:'Feedback',
        bIsWebPath:true,
        sUrl:'feedback.html'
    }]
},
{   sTitle:'Links',
    bIsWebPath:true,
    sUrl:'links.html'
},
{   sTitle:'Contact',
    bIsWebPath:true,
    sUrl:'contact.html'
},
{   sTitle:'HABC',
    bIsWebPath:true,
    sUrl:'habc.html'
}]
});
