var global_navtree = WpNavBar.readTree({
"childArray" : [
{   sTitle:'Home',
    bIsWebPath:true,
    sUrl:'index.html'
},
{   sTitle:'Farm Shop',
    bIsWebPath:true,
    sUrl:'farm_shop.html'
},
{   sTitle:'Coffee Shop',
    bIsWebPath:true,
    sUrl:'coffee_shop.html'
},
{   sTitle:'The Farm',
    bIsWebPath:true,
    sUrl:'the_farm.html'
},
{   sTitle:'Farmers Markets',
    bIsWebPath:true,
    sUrl:'farmers_markets.html'
},
{   sTitle:'Suppliers',
    bIsWebPath:true,
    sUrl:'suppliers.html'
},
{   sTitle:'Contact',
    bIsWebPath:true,
    sUrl:'contact_us.html'
},
{   sTitle:'Orders',
    bIsWebPath:true,
    sUrl:'orders.html'
}]
});