var global_navtree = WpNavBar.readTree({
"childArray" : [
{   sTitle:'Home',
    bIsWebPath:true,
    sUrl:'index.htm'
},
{   sTitle:'About Us',
    bIsWebPath:true,
    sUrl:'about.shtml',"childArray" : [
    {   sTitle:'Sessions',
        bIsWebPath:true,
        sUrl:'sessions.shtml',"childArray" : [
        {   sTitle:'Saturday Junior Knock-up',
            bIsWebPath:true,
            sUrl:'saturday.shtml'
        }]
    },
    {   sTitle:'Gallery',
        bIsWebPath:true,
        sUrl:'gallery.shtml'
    },
    {   sTitle:'Find Us',
        bIsWebPath:true,
        sUrl:'find.htm'
    },
    {   bSeparatorBefore:true,
        bSeparatorAfter:true,
        sTitle:'Club Charter',
        bIsWebPath:true,
        sUrl:'charter_1.shtml',"childArray" : [
        {   sTitle:'Part 2',
            bIsWebPath:true,
            sUrl:'charter_2.shtml'
        }]
    }]
},
{   sTitle:'Interactive News',
    bIsWebPath:true,
    sUrl:'interact.shtml',"childArray" : [
    {   sTitle:'Phoenix Blog',
        bIsWebPath:true,
        sUrl:'blog.php'
    },
    {   sTitle:'Phoenix Web Forums',
        bIsWebPath:true,
        sUrl:'forum.php'
    },
    {   sTitle:'Phoenix CMS',
        bIsWebPath:true,
        sUrl:'cms.php'
    }]
},
{   sTitle:'Bookings Home',
    bIsWebPath:true,
    sUrl:'book.php',"childArray" : [
    {   sTitle:'Book A Court',
        bIsWebPath:true,
        sUrl:'book_request.php'
    },
    {   sTitle:'Comfirmed Bookings',
        bIsWebPath:true,
        sUrl:'book_comfirmed.php'
    }]
},
{   sTitle:'Links',
    bIsWebPath:true,
    sUrl:'links.htm'
},
{   sTitle:'Contact Us',
    bIsWebPath:true,
    sUrl:'contact.shtml'
},
{   sTitle:'Site Usage',
    bIsWebPath:true,
    sUrl:'traffic.php'
},
{   sTitle:'Site Managers',
    bIsWebPath:true,
    sUrl:'csmn.shtml'
},
{   sTitle:'Coventry Table Tennis',
    bIsExternal:true,
    sUrl:'http://www.coventrytabletennis.co.uk'
}]
});