var global_navtree = WpNavBar.readTree({
"childArray" : [
{   sTitle:'HOME',
    bIsWebPath:true,
    sUrl:'index.html'
},
{   sTitle:'Nurseries',
    bIsWebPath:true,
    sUrl:'nurseries.html',"childArray" : [
    {   sTitle:'Badshot',
        bIsWebPath:true,
        sUrl:'badshot.html'
    },
    {   sTitle:'P Davis',
        bIsWebPath:true,
        sUrl:'davis.html'
    },
    {   sTitle:'Daydawn',
        bIsWebPath:true,
        sUrl:'daydawn.html'
    },
    {   sTitle:'Dingley Dell',
        bIsWebPath:true,
        sUrl:'dingley.html'
    },
    {   sTitle:'Goddards',
        bIsWebPath:true,
        sUrl:'goddards.html'
    },
    {   sTitle:'W Godfrey',
        bIsWebPath:true,
        sUrl:'godfrey.html'
    },
    {   sTitle:'Hagthorne',
        bIsWebPath:true,
        sUrl:'hagthorne.html'
    },
    {   sTitle:'Hookley',
        bIsWebPath:true,
        sUrl:'hookley.html'
    },
    {   sTitle:'Jacksons',
        bIsWebPath:true,
        sUrl:'jacksons.html'
    },
    {   sTitle:'John Hall ',
        bIsWebPath:true,
        sUrl:'hall.html'
    },
    {   sTitle:'CGJ Mathias',
        bIsWebPath:true,
        sUrl:'mathias.html'
    },
    {   sTitle:'Millais',
        bIsWebPath:true,
        sUrl:'millais.html'
    },
    {   sTitle:'North Hill',
        bIsWebPath:true,
        sUrl:'north.html'
    },
    {   sTitle:'Ockley Court',
        bIsWebPath:true,
        sUrl:'ockley.html'
    },
    {   sTitle:'Pepperpot',
        bIsWebPath:true,
        sUrl:'pepper.html'
    },
    {   sTitle:'Plants',
        bIsWebPath:true,
        sUrl:'plants.html'
    },
    {   sTitle:'Redleaf',
        bIsWebPath:true,
        sUrl:'redleaf.html'
    },
    {   sTitle:'Stafford Lake',
        bIsWebPath:true,
        sUrl:'stafford.html'
    },
    {   sTitle:'Woodlark',
        bIsWebPath:true,
        sUrl:'woodlark.html'
    }]
},
{   sTitle:'Contact',
    bIsWebPath:true,
    sUrl:'contact1.html'
}]
});