var global_navtree = WpNavBar.readTree({
"childArray" : [
{   'sTitle':'Home',
    'bIsWebPath':true,
    'sUrl':'index.html'
},
{   'sTitle':'News',
    'bIsWebPath':true,
    'sUrl':'news.html'
},
{   'sTitle':'Club Championships ',
    'bIsWebPath':true,
    'sUrl':'clubchamps.html'
},
{   'sTitle':'UK Challenge',
    'bIsWebPath':true,
    'sUrl':'ukchallenge.html',"childArray" : [
    {   'sTitle':'UKC Winter Wonderland 2010',
        'bIsWebPath':true,
        'sUrl':'page5.html'
    },
    {   'sTitle':'UKC Valentines Meet 2011',
        'bIsWebPath':true,
        'sUrl':'ukcvm2011.html'
    },
    {   'sTitle':'UK Challenge 2011',
        'bIsWebPath':true,
        'sUrl':'ukc2011.html'
    },
    {   'sTitle':'UKC Winter Wonderland 2011',
        'bIsWebPath':true,
        'sUrl':'ukcww2011.html'
    },
    {   'sTitle':'UKC Valentines Meets 2012',
        'bIsWebPath':true,
        'sUrl':'ukcvm2012.html'
    }]
},
{   'sTitle':'Links',
    'bIsWebPath':true,
    'sUrl':'links.html'
}]
});
