var nav_474tree = WpNavBar.readTree({
"childArray" : [
{   'sTitle':'Home',
    'bIsExternal':true,
    'bIsWebPath':true,
    'sUrl':'index.html'
},
{   'sTitle':'How to Use',
    'bIsExternal':true,
    'bIsWebPath':true,
    'sUrl':'how_to_use.html'
},
{   'sTitle':'Ingredients',
    'bIsExternal':true,
    'bIsWebPath':true,
    'sUrl':'ingredients.html'
},
{   'sTitle':'Product Info',
    'bIsExternal':true,
    'bIsWebPath':true,
    'sUrl':'product_info.html',"childArray" : [
    {   'sTitle':'Rooibos Dog Biscuits',
        'bIsExternal':true,
        'bIsWebPath':true,
        'sUrl':'dogbiscuits.html',
        'sTarget':'_self'
    }]
},
{   'bSeparatorBefore':true,
    'sTitle':'Testimonials',
    'bIsExternal':true,
    'bIsWebPath':true,
    'sUrl':'testimonials.html',
    'sTarget':'_self'
},
{   'sTitle':'Suppliers',
    'bIsExternal':true,
    'bIsWebPath':true,
    'sUrl':'suppliers.html'
},
{   'sTitle':'Contact',
    'bIsExternal':true,
    'bIsWebPath':true,
    'sUrl':'contact.html'
}]
});
