var global_navtree = WpNavBar.readTree({
"childArray" : [
{   sTitle:'Home',
    bIsWebPath:true,
    sUrl:'index.html'
},
{   sDescription:'entry into Lodge Farm Clay Club',
    sTitle:'Welcome',
    bIsWebPath:true,
    sUrl:'welcome.html'
},
{   sTitle:'News',
    bIsWebPath:true,
    sUrl:'page2.html'
},
{   sDescription:'Fixture date for Lodge Farm CLay Club,ground rules, comptition dates',
    sTitle:'Fixtures & Rules',
    bIsWebPath:true,
    sUrl:'fixturesrules.html',"childArray" : [
    {   sTitle:'Ground Rules',
        bIsWebPath:true,
        sUrl:'groundrules.html',"childArray" : [
        {   sTitle:'Cartridges',
            bIsWebPath:true,
            sUrl:'cartridges.html'
        }]
    }]
},
{   sTitle:'Gallery',
    bIsWebPath:true,
    sUrl:'gallery.html'
},
{   sDescription:'place to chat, notice board, items for sale, adverts',
    sTitle:'Contact us',
    bIsWebPath:true,
    sUrl:'contactus.html',"childArray" : [
    {   sTitle:'Map',
        bIsWebPath:true,
        sUrl:'map.html'
    }]
},
{   sTitle:'Adverts',
    bIsWebPath:true,
    sUrl:'adverts.html'
}]
});
