var nav_177tree = WpNavBar.readTree({
"childArray" : [
{   'sTitle':'Home',
    'bIsExternal':true,
    'bIsWebPath':true,
    'sUrl':'index.html'
},
{   'sTitle':'Menu',
    'bIsExternal':true,
    'bIsWebPath':true,
    'sUrl':'menu.html'
},
{   'sTitle':'Shop',
    'bIsExternal':true,
    'sUrl':'/bakery'
},
{   'sTitle':'Blog',
    'bIsExternal':true,
    'sUrl':'/blog'
},
{   'sTitle':'Press',
    'bIsExternal':true,
    'bIsWebPath':true,
    'sUrl':'press.html'
},
{   'sTitle':'Gallery',
    'bIsExternal':true,
    'bIsWebPath':true,
    'sUrl':'gallery.html'
},
{   'sTitle':'Events',
    'bIsExternal':true,
    'bIsWebPath':true,
    'sUrl':'events.html'
},
{   'sTitle':'Classes',
    'bIsExternal':true,
    'bIsWebPath':true,
    'sUrl':'classes.html'
},
{   'sTitle':'FAQ',
    'bIsExternal':true,
    'bIsWebPath':true,
    'sUrl':'faq.html'
},
{   'sTitle':'About Us',
    'bIsExternal':true,
    'bIsWebPath':true,
    'sUrl':'about.html'
},
{   'sTitle':'Contact Us',
    'bIsExternal':true,
    'bIsWebPath':true,
    'sUrl':'contact.html'
}]
});
