var global_navtree = WpNavBar.readTree({
"childArray" : [
{   sTitle:'About',
    bIsWebPath:true,
    sUrl:'index.html'
},
{   sTitle:'Products',
    bIsWebPath:true,
    sUrl:'products.html'
},
{   sTitle:'Ingredients',
    bIsWebPath:true,
    sUrl:'ingredients.html'
},
{   sTitle:'News and Press',
    bIsWebPath:true,
    sUrl:'news.html'
},
{   sTitle:'Charity',
    bIsWebPath:true,
    sUrl:'charity.html'
},
{   sTitle:'Shop',
    bIsWebPath:true,
    sUrl:'shop.html'
},
{   sTitle:'Contacts',
    bIsWebPath:true,
    sUrl:'contacts.html'
}]
});
