var global_navtree = WpNavBar.readTree({
"childArray" : [
{   'sTitle':'Home Page',
    'bIsWebPath':true,
    'sUrl':'index.html'
},
{   'sTitle':'About Us',
    'bIsWebPath':true,
    'sUrl':'about_us.html'
},
{   'sTitle':'Seasonal Bulbs',
    'bIsWebPath':true,
    'sUrl':'seasonal_bulbs.html'
},
{   'sTitle':'Plants',
    'bIsWebPath':true,
    'sUrl':'plants.html',"childArray" : [
    {   'sTitle':'Alpines',
        'bIsWebPath':true,
        'sUrl':'alpines.html'
    },
    {   'sTitle':'Baby Plants',
        'bIsWebPath':true,
        'sUrl':'baby_plants.html'
    },
    {   'sTitle':'Bedding Plants',
        'bIsWebPath':true,
        'sUrl':'bedding_plants.html'
    },
    {   'sTitle':'Climbers',
        'bIsWebPath':true,
        'sUrl':'climbers.html'
    },
    {   'sTitle':'Conifers',
        'bIsWebPath':true,
        'sUrl':'conifers.html'
    },
    {   'sTitle':'Fruit & Vegetable Plants',
        'bIsWebPath':true,
        'sUrl':'fruit_vegetable_plants.html'
    },
    {   'sTitle':'Heathers',
        'bIsWebPath':true,
        'sUrl':'heathers.html'
    },
    {   'sTitle':'Herbaceous Perennials',
        'bIsWebPath':true,
        'sUrl':'herbaceous_perennials.html'
    },
    {   'sTitle':'Herbs',
        'bIsWebPath':true,
        'sUrl':'herbs.html'
    },
    {   'sTitle':'House Plants',
        'bIsWebPath':true,
        'sUrl':'house_plants.html'
    },
    {   'sTitle':'Roses',
        'bIsWebPath':true,
        'sUrl':'roses.html'
    },
    {   'sTitle':'Shrubs',
        'bIsWebPath':true,
        'sUrl':'shrubs.html'
    },
    {   'sTitle':'Trees',
        'bIsWebPath':true,
        'sUrl':'trees.html'
    }]
},
{   'sTitle':'Grow Your Own',
    'bIsWebPath':true,
    'sUrl':'grow_your_own.html'
},
{   'sTitle':'Accessories',
    'bIsWebPath':true,
    'sUrl':'gardenaccessories.html',"childArray" : [
    {   'sTitle':'Garden Statuary & Ornaments',
        'bIsWebPath':true,
        'sUrl':'statuary.html'
    },
    {   'sTitle':'Garden Tools',
        'bIsWebPath':true,
        'sUrl':'tools.html'
    },
    {   'sTitle':'Garden Furniture',
        'bIsWebPath':true,
        'sUrl':'furniture.html'
    },
    {   'sTitle':'Pots and Planters',
        'bIsWebPath':true,
        'sUrl':'pots_planters.html'
    },
    {   'sTitle':'Garden Care and Maintenance',
        'bIsWebPath':true,
        'sUrl':'care_maintenance.html'
    },
    {   'sTitle':'Winter Fuels',
        'bIsWebPath':true,
        'sUrl':'winter_fuels.html'
    }]
},
{   'sTitle':'Wild Bird Care',
    'bIsWebPath':true,
    'sUrl':'wildbirdcare.html'
},
{   'sTitle':'Giftware and Food',
    'bIsWebPath':true,
    'sUrl':'gifts.html'
},
{   'sTitle':'Antiques & Collectables',
    'bIsWebPath':true,
    'sUrl':'antiques.html'
},
{   'sTitle':'Gift Vouchers',
    'bIsWebPath':true,
    'sUrl':'gift_vouchers.html'
},
{   'sTitle':'Tearoom',
    'bIsWebPath':true,
    'sUrl':'tearoom.html'
},
{   'sTitle':'Contact',
    'bIsWebPath':true,
    'sUrl':'contact.html'
},
{   'sTitle':'Find Us',
    'bIsWebPath':true,
    'sUrl':'findus.html'
},
{   'sTitle':'Newsletter',
    'bIsWebPath':true,
    'sUrl':'newsletter.html'
},
{   'sTitle':'Gardening Tips',
    'bIsWebPath':true,
    'sUrl':'gardening_tips.html'
},
{   'sTitle':'My Garden - RHS Forum',
    'bIsWebPath':true,
    'sUrl':'forum.html'
}]
});
