var global_navtree = WpNavBar.readTree({
"childArray" : [
{   sTitle:'Home',
    bIsWebPath:true,
    sUrl:'index.html'
},
{   sTitle:'The Course',
    bIsWebPath:true,
    sUrl:'course.html',"childArray" : [
    {   sTitle:'What\'s Covered',
        bIsWebPath:true,
        sUrl:'contents.html'
    },
    {   sTitle:'Fees',
        bIsWebPath:true,
        sUrl:'fees.html'
    }]
},
{   sTitle:'Gallery',
    bIsWebPath:true,
    sUrl:'gallery.html'
},
{   sTitle:'Facilities',
    bIsWebPath:true,
    sUrl:'facilities.html'
},
{   sTitle:'Contact/Apply',
    bIsWebPath:true,
    sUrl:'contact.html'
}]
});
