var customNavTree5 = WpNavBar.readTree({
"childArray" : [
{   sTitle:'Home',
    bIsWebPath:true,
    sUrl:'index.html'
},
{   sTitle:'Starting A Herb Garden',
    bIsWebPath:true,
    sUrl:'starting.html',"childArray" : [
    {   sTitle:'starting an herb garden 2',
        bIsWebPath:true,
        sUrl:'starting2.html'
    },
    {   sTitle:'starting an herb garden 3',
        bIsWebPath:true,
        sUrl:'starting3.html'
    }]
},
{   sTitle:'Drying and curing herbs',
    bIsWebPath:true,
    sUrl:'drying.html',"childArray" : [
    {   sTitle:'Drying and curing herbs 2',
        bIsWebPath:true,
        sUrl:'drying2.html'
    },
    {   sTitle:'Drying and curing herbs 3',
        bIsWebPath:true,
        sUrl:'drying3.html'
    }]
},
{   sTitle:'Planting Herbs Outdoors',
    bIsWebPath:true,
    sUrl:'outdoors.html',"childArray" : [
    {   sTitle:'Planting Herbs Outdoors 2',
        bIsWebPath:true,
        sUrl:'outdoors2.html'
    }]
},
{   sTitle:'Planting Herbs indoors',
    bIsWebPath:true,
    sUrl:'indoors.html',"childArray" : [
    {   sTitle:'Planting Herbs indoors 2',
        bIsWebPath:true,
        sUrl:'indoors2.html'
    }]
},
{   sTitle:'Storage',
    bIsWebPath:true,
    sUrl:'storage.html'
}]
});
