var global_navtree = WpNavBar.readTree({
"childArray" : [
{   'sTitle':'Home Page',
    'bIsWebPath':true,
    'sUrl':'index.html'
},
{   'sTitle':'Shopping Directory',
    'bIsWebPath':true,
    'sUrl':'shopping_directory.html'
},
{   'sTitle':'Food and Drink',
    'bIsWebPath':true,
    'sUrl':'food_and_drink.html'
},
{   'sTitle':'Health & Well Being',
    'bIsWebPath':true,
    'sUrl':'health.html'
},
{   'sTitle':'Colne Market',
    'bIsExternal':true,
    'sUrl':'http://www.colnemarket.co.uk',
    'sTarget':'_blank'
},
{   'sTitle':'Colne Location Map ',
    'bIsWebPath':true,
    'sUrl':'location_map.html'
},
{   'sTitle':'Contact Us',
    'bIsWebPath':true,
    'sUrl':'contact.html'
}]
});
