var global_navtree = WpNavBar.readTree({
"childArray" : [
{   bSeparatorAfter:true,
    sTitle:'Home',
    bIsWebPath:true,
    sUrl:'index.html'
},
{   sTitle:'Coaching',
    bIsWebPath:true,
    sUrl:'coaching.html',"childArray" : [
    {   sTitle:'Summer School',
        bIsWebPath:true,
        sUrl:'summer_school.html'
    },
    {   sTitle:'Summer School Booking Form',
        bIsWebPath:true,
        sUrl:'booking_form.html'
    }]
},
{   sTitle:'Weekly Programme',
    bIsWebPath:true,
    sUrl:'weekly_programme.html',"childArray" : [
    {   bSeparatorBefore:true,
        sTitle:'Membership',
        bIsWebPath:true,
        sUrl:'membership.html'
    }]
},
{   sTitle:'About Us',
    bIsWebPath:true,
    sUrl:'about_us.html',"childArray" : [
    {   sTitle:'History',
        bIsWebPath:true,
        sUrl:'history1.html'
    },
    {   bSeparatorAfter:true,
        sTitle:'....More',
        bIsWebPath:true,
        sUrl:'history2.html'
    }]
},
{   sTitle:'Contact Us',
    bIsWebPath:true,
    sUrl:'contact_us.html'
},
{   sTitle:'Club News',
    bIsWebPath:true,
    sUrl:'club_news1.html',"childArray" : [
    {   sTitle:'Ladies Tournament',
        bIsWebPath:true,
        sUrl:'club_news2.html'
    }]
},
{   bSeparatorBefore:true,
    sTitle:'Gallery',
    bIsWebPath:true,
    sUrl:'gallery.html'
}]
});
