var global_navtree = WpNavBar.readTree({
"childArray" : [
{   sTitle:'Home',
    bIsWebPath:true,
    sUrl:'index.html'
},
{   sTitle:'Membership',
    bIsWebPath:true,
    sUrl:'membership.html',
    sTarget:'_self',"childArray" : [
    {   sTitle:'Club Officials',
        bIsWebPath:true,
        sUrl:'club_officials.html',
        sTarget:'_self'
    },
    {   sTitle:'Team Managers ',
        bIsWebPath:true,
        sUrl:'team_managers.html',
        sTarget:'_self'
    },
    {   sTitle:'ASCO Netball Kit',
        bIsWebPath:true,
        sUrl:'acso_netball_kit.html',
        sTarget:'_self',"childArray" : [
        {   sTitle:'Summer Kit Full',
            bIsWebPath:true,
            sUrl:'summer_kit_full.html',
            sTarget:'_self'
        },
        {   sTitle:'Track Suit',
            bIsWebPath:true,
            sUrl:'track_suit.html',
            sTarget:'_self'
        },
        {   sTitle:'Hoody',
            bIsWebPath:true,
            sUrl:'hoody.html',
            sTarget:'_self'
        },
        {   sTitle:'Summer Top',
            bIsWebPath:true,
            sUrl:'summer_top.html',
            sTarget:'_self'
        },
        {   sTitle:'Summer Skirt',
            bIsWebPath:true,
            sUrl:'page30.html',
            sTarget:'_self'
        },
        {   sTitle:'Body Warmer',
            bIsWebPath:true,
            sUrl:'body_warmer.html',
            sTarget:'_self'
        },
        {   sTitle:'Socks',
            bIsWebPath:true,
            sUrl:'page31.html',
            sTarget:'_self'
        }]
    }]
},
{   sTitle:'Coaching',
    bIsWebPath:true,
    sUrl:'coaching.html',
    sTarget:'_self',"childArray" : [
    {   sTitle:'Coaching Netball Drills 2',
        bIsWebPath:true,
        sUrl:'coaching_netball_drills_2.html',
        sTarget:'_self'
    },
    {   sTitle:'Coaching Netball Drills 3',
        bIsWebPath:true,
        sUrl:'coaching_netball_drills_3.html',
        sTarget:'_self'
    }]
},
{   sTitle:'Fixtures / Results',
    bIsWebPath:true,
    sUrl:'fixtures_and_results.html',
    sTarget:'_self'
},
{   sTitle:'About Us',
    bIsWebPath:true,
    sUrl:'about_us.html',
    sTarget:'_self'
},
{   sTitle:'How To Find Us',
    bIsWebPath:true,
    sUrl:'how_to_find_us.html',
    sTarget:'_self'
},
{   sTitle:'Gallery',
    bIsWebPath:true,
    sUrl:'gallery.html',
    sTarget:'_self'
},
{   sTitle:'Contact Us',
    bIsWebPath:true,
    sUrl:'contact_us.html',
    sTarget:'_self',"childArray" : [
    {   sTitle:'Need Help Contact Us',
        bIsWebPath:true,
        sUrl:'need_help_contact_us.html',
        sTarget:'_self'
    }]
}]
});