var global_navtree = WpNavBar.readTree({
"childArray" : [
{   sTitle:'Home',
    bIsWebPath:true,
    sUrl:'index.html'
},
{   sTitle:'Locations of Summer Sites',
    bIsWebPath:true,
    sUrl:'page3.html',
    sTarget:'_self',"childArray" : [
    {   sTitle:'Rainton Meadows',
        bIsWebPath:true,
        sUrl:'page4.html',
        sTarget:'_self'
    },
    {   sTitle:'Seaham Coast Road Saturday',
        bIsWebPath:true,
        sUrl:'page5.html',
        sTarget:'_self'
    },
    {   sTitle:'Strawberry Fields',
        bIsWebPath:true,
        sUrl:'page6.html',
        sTarget:'_self'
    },
    {   sTitle:'Chester-le-Street',
        bIsWebPath:true,
        sUrl:'page8.html',
        sTarget:'_self'
    },
    {   sTitle:'Thirsk',
        bIsWebPath:true,
        sUrl:'page9.html',
        sTarget:'_self'
    },
    {   sTitle:'Ripon',
        bIsWebPath:true,
        sUrl:'page10.html',
        sTarget:'_self'
    },
    {   sTitle:'Tranwell Airfield Morpeth',
        bIsWebPath:true,
        sUrl:'page11.html',
        sTarget:'_self'
    },
    {   sTitle:'Willington',
        bIsWebPath:true,
        sUrl:'page12.html',
        sTarget:'_self'
    },
    {   sTitle:'Wellfield, Whitley Bay',
        bIsWebPath:true,
        sUrl:'page13.html',
        sTarget:'_self'
    },
    {   sTitle:'Rhyl Showfield',
        bIsWebPath:true,
        sUrl:'page14.html',
        sTarget:'_self'
    }]
},
{   sTitle:'Locations of Winter Sites',
    bIsWebPath:true,
    sUrl:'page17.html',
    sTarget:'_self',"childArray" : [
    {   sTitle:'Tanfield Lea',
        bIsWebPath:true,
        sUrl:'page18.html',
        sTarget:'_self'
    },
    {   sTitle:'Peterlee',
        bIsWebPath:true,
        sUrl:'page19.html',
        sTarget:'_self'
    }]
},
{   sTitle:'Location of Markets',
    bIsWebPath:true,
    sUrl:'page15.html',
    sTarget:'_self',"childArray" : [
    {   sTitle:'Stanley',
        bIsWebPath:true,
        sUrl:'page16.html',
        sTarget:'_self'
    }]
},
{   sTitle:'Additional information',
    bIsWebPath:true,
    sUrl:'page20.html',
    sTarget:'_self'
},
{   sTitle:'Contact us',
    bIsWebPath:true,
    sUrl:'page2.html'
}]
});