var global_navtree = WpNavBar.readTree({
"childArray" : [
{   sTitle:'Home',
    bIsWebPath:true,
    sUrl:'index.html'
},
{   sTitle:'garden',
    bIsWebPath:true,
    sUrl:'garden.html'
},
{   sTitle:'nursery',
    bIsWebPath:true,
    sUrl:'nursery.html',"childArray" : [
    {   sTitle:'mail order',
        bIsWebPath:true,
        sUrl:'mail order.html',"childArray" : [
        {   sTitle:'mail order auriculas',
            bIsWebPath:true,
            sUrl:'mailorderauriculas.html'
        }]
    },
    {   sTitle:'barnhavenmailorder',
        bIsWebPath:true,
        sUrl:'barnhavenmailorder.html'
    },
    {   sTitle:'candelabras',
        bIsWebPath:true,
        sUrl:'candelabras.html'
    }]
},
{   sTitle:'opendays',
    bIsWebPath:true,
    sUrl:'opendays.html'
},
{   sTitle:'group bookings',
    bIsWebPath:true,
    sUrl:'group bookings.html'
},
{   sTitle:'location',
    bIsWebPath:true,
    sUrl:'location.html'
},
{   sTitle:'Links',
    bIsWebPath:true,
    sUrl:'links.html'
}]
});
