var customNavTree1 = WpNavBar.readTree({
"childArray" : [
{   sTitle:'Home',
    bIsWebPath:true,
    sUrl:'Charmhaven Garden Centre home.html'
},
{   sTitle:'Nursery',
    bIsWebPath:true,
    sUrl:'nursery.html',"childArray" : [
    {   sTitle:'*SPECIALS*',
        bIsWebPath:true,
        sUrl:'vouchers.html',
        sTarget:'_self'
    },
    {   sTitle:'View our Nursery',
        bIsWebPath:true,
        sUrl:'viewournursery.html',
        sTarget:'_self'
    },
    {   sTitle:'Pots and Ornaments',
        bIsWebPath:true,
        sUrl:'potsandornaments.html',
        sTarget:'_self'
    },
    {   sTitle:'Pavers',
        bIsWebPath:true,
        sUrl:'pavers.html',
        sTarget:'_self'
    },
    {   sTitle:'Water Features',
        bIsWebPath:true,
        sUrl:'waterfeatures.html',
        sTarget:'_self'
    }]
},
{   sTitle:'Garden Cafe',
    bIsWebPath:true,
    sUrl:'gardencafe.html',
    sTarget:'_self',"childArray" : [
    {   sTitle:'Cafe Menu',
        bIsWebPath:true,
        sUrl:'cafemenu.html',
        sTarget:'_self'
    }]
},
{   sTitle:'Landscape',
    bIsWebPath:true,
    sUrl:'landscape.html',"childArray" : [
    {   sTitle:'Bulk Products',
        bIsWebPath:true,
        sUrl:'bulkproducts.html'
    },
    {   sTitle:'Delivery',
        bIsWebPath:true,
        sUrl:'delivery.html'
    }]
},
{   sTitle:'Trading Hours',
    bIsWebPath:true,
    sUrl:'tradinghours.html'
},
{   sTitle:'Contact Us',
    bIsWebPath:true,
    sUrl:'contactus.html'
}]
});
