var global_navtree = WpNavBar.readTree({
"childArray" : [
{   sTitle:'Home',
    bIsWebPath:true,
    sUrl:'index.html'
},
{   sTitle:'Club Info',
    bIsWebPath:true,
    sUrl:'page3.html',"childArray" : [
    {   sTitle:'Join Burway',
        bIsWebPath:true,
        sUrl:'join.html'
    },
    {   sTitle:'Learn To Row',
        bIsWebPath:true,
        sUrl:'learn2row.html'
    }]
},
{   sTitle:'Training',
    bIsWebPath:true,
    sUrl:'training.html'
},
{   sTitle:'Events',
    bIsWebPath:true,
    sUrl:'page2.html',"childArray" : [
    {   sTitle:'Burway Regatta',
        bIsWebPath:true,
        sUrl:'page33.html'
    },
    {   sTitle:'Burway SBH',
        bIsWebPath:true,
        sUrl:'burwayhead.html'
    },
    {   sTitle:'Burway Head',
        bIsWebPath:true,
        sUrl:'page32.html'
    },
    {   sTitle:'Social',
        bIsWebPath:true,
        sUrl:'page12.html'
    },
    {   sTitle:'Racing',
        bIsWebPath:true,
        sUrl:'page11.html'
    }]
},
{   sTitle:'News',
    bIsWebPath:true,
    sUrl:'burwaynews.html',"childArray" : [
    {   sTitle:'Senior Squad News',
        bIsWebPath:true,
        sUrl:'senior squad news.html'
    },
    {   sTitle:'Junior Squad News',
        bIsWebPath:true,
        sUrl:'junior squad news.html'
    },
    {   sTitle:'River Conditions',
        bIsWebPath:true,
        sUrl:'eariverconditions.html'
    }]
},
{   sTitle:'Contact',
    bIsWebPath:true,
    sUrl:'contactburway.html',"childArray" : [
    {   sTitle:'Links',
        bIsWebPath:true,
        sUrl:'links.html'
    }]
},
{   sTitle:'Gallery',
    bIsWebPath:true,
    sUrl:'burwaygallery.html',"childArray" : [
    {   sTitle:'Burway Regatta 1 2011',
        bIsWebPath:true,
        sUrl:'burwayregatta20112.html'
    },
    {   sTitle:'Burway Regatta 2 2011',
        bIsWebPath:true,
        sUrl:'page27.html'
    },
    {   sTitle:'Henley Gallery',
        bIsWebPath:true,
        sUrl:'henley gallary.html'
    },
    {   sTitle:'Molesey 2011',
        bIsWebPath:true,
        sUrl:'gallerysenior.html'
    },
    {   sTitle:'Marlow Spring 2011',
        bIsWebPath:true,
        sUrl:'galleryjunior.html'
    },
    {   sTitle:'Scratch Quads Gallery',
        bIsWebPath:true,
        sUrl:'scratch quads gallery.html'
    },
    {   sTitle:'Around the Club Gallery',
        bIsWebPath:true,
        sUrl:'galleryclub.html'
    }]
}]
});
