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