var global_navtree = WpNavBar.readTree({
"childArray" : [
{   sTitle:'Home',
    bIsWebPath:true,
    sUrl:'index.html'
},
{   sTitle:'The Lakes',
    bIsWebPath:true,
    sUrl:'thefishinglakescheshire.html',
    sTarget:'_self'
},
{   sTitle:'The Fish',
    bIsWebPath:true,
    sUrl:'thefishyoucancatch.html',
    sTarget:'_self'
},
{   sTitle:'News',
    bIsWebPath:true,
    sUrl:'fishingnewscheshirebigcatches.html',
    sTarget:'_self',"childArray" : [
    {   sTitle:'Match Results',
        bIsWebPath:true,
        sUrl:'fishingmatchresults.html',
        sTarget:'_self',"childArray" : [
        {   sTitle:'March 2010 Match Results',
            bIsWebPath:true,
            sUrl:'march.html'
        },
        {   sTitle:'April  2010 Match Results',
            bIsWebPath:true,
            sUrl:'april.html'
        },
        {   sTitle:'May   2010 Match Results',
            bIsWebPath:true,
            sUrl:'may.html'
        },
        {   sTitle:'June 2010 Results',
            bIsWebPath:true,
            sUrl:'june results.html',
            sTarget:'_self',
            sActiveFrameUrl:'fishingmatchresults.html',
            sActiveFrameId:'ifrm_1'
        },
        {   sTitle:'Sept 2010 results',
            bIsWebPath:true,
            sUrl:'septresult.html',
            sTarget:'_self'
        }]
    },
    {   sTitle:'Fishery Rules',
        bIsWebPath:true,
        sUrl:'cheshirefisheryrules.html',
        sTarget:'_self'
    }]
},
{   sTitle:'Gallery',
    bIsWebPath:true,
    sUrl:'fishingpicturesgallery.html',
    sTarget:'_self'
},
{   sTitle:'Location',
    bIsWebPath:true,
    sUrl:'fisherylocationmap.html',
    sTarget:'_self',"childArray" : [
    {   sTitle:'Contact Us',
        bIsWebPath:true,
        sUrl:'cheshirefisherycontact.html',
        sTarget:'_self'
    }]
},
{   sTitle:'Useful Links',
    bIsWebPath:true,
    sUrl:'fishingtipsandlinks.html',
    sTarget:'_self'
}]
});
