var nav_238tree = WpNavBar.readTree({
"childArray" : [
{   'sTitle':'Home',
    'bIsExternal':true,
    'bIsWebPath':true,
    'sUrl':'index.html'
},
{   'sTitle':'Menu',
    'bIsExternal':true,
    'bIsWebPath':true,
    'sUrl':'menu.html'
},
{   'sTitle':'Drinks',
    'bIsExternal':true,
    'bIsWebPath':true,
    'sUrl':'drinks.html',
    'sTarget':'_self'
},
{   'sTitle':'Functions',
    'bIsExternal':true,
    'bIsWebPath':true,
    'sUrl':'function.html'
},
{   'sTitle':'Shop',
    'bIsExternal':true,
    'bIsWebPath':true,
    'sUrl':'shop.html',
    'sTarget':'_self'
},
{   'sTitle':'Cake Making',
    'bIsExternal':true,
    'bIsWebPath':true,
    'sUrl':'cakemaking.html'
},
{   'sTitle':'Contact',
    'bIsExternal':true,
    'bIsWebPath':true,
    'sUrl':'contact.html'
}]
});
