var nav_170tree = WpNavBar.readTree({
"childArray" : [
{   'sTitle':'Welcome',
    'bIsExternal':true,
    'bIsWebPath':true,
    'sUrl':'index.html'
},
{   'sTitle':'B&B',
    'bIsExternal':true,
    'bIsWebPath':true,
    'sUrl':'b&b-mawgan-porth.html',"childArray" : [
    {   'sTitle':'B&B Tariff',
        'bIsExternal':true,
        'bIsWebPath':true,
        'sUrl':'tariff.html'
    }]
},
{   'sTitle':'Farm Shop',
    'bIsExternal':true,
    'bIsWebPath':true,
    'sUrl':'farmshop-mawganporth.html'
},
{   'sTitle':'Jon\'s Bistro',
    'bIsExternal':true,
    'bIsWebPath':true,
    'sUrl':'bistro.html',"childArray" : [
    {   'sTitle':'Sample Menu',
        'bIsExternal':true,
        'bIsWebPath':true,
        'sUrl':'menu.html',
        'sTarget':'_self'
    }]
},
{   'sTitle':'Weddings',
    'bIsExternal':true,
    'bIsWebPath':true,
    'sUrl':'wedding-field.html'
},
{   'sTitle':'Find Us',
    'bIsExternal':true,
    'bIsWebPath':true,
    'sUrl':'find.html',
    'sTarget':'_self'
}]
});
