var customNavTree11 = WpNavBar.readTree({
"childArray" : [
{   sTitle:'Home',
    bIsWebPath:true,
    sUrl:'index.html',"childArray" : [
    {   sTitle:'Local News & Events',
        bIsWebPath:true,
        sUrl:'localnews.html'
    },
    {   sTitle:'employeecalendar',
        bIsWebPath:true,
        sUrl:'calendar.html'
    }]
},
{   sTitle:'About Us',
    bIsWebPath:true,
    sUrl:'about.html'
},
{   sTitle:'Menu',
    bIsWebPath:true,
    sUrl:'menu.html'
},
{   sTitle:'Photo Gallery',
    bIsWebPath:true,
    sUrl:'gallery.html'
},
{   sTitle:'Contact Us',
    bIsWebPath:true,
    sUrl:'contact.html'
},
{   sTitle:'Application',
    bIsWebPath:true,
    sUrl:'application.html'
},
{   sTitle:'Friends of JH',
    bIsWebPath:true,
    sUrl:'friends.html'
},
{   sTitle:'Specials',
    bIsWebPath:true,
    sUrl:'specials.html'
},
{   sTitle:'Catering',
    bIsWebPath:true,
    sUrl:'catering.html',
    sTarget:'_self'
},
{   sTitle:'Order Online',
    bIsExternal:true,
    sUrl:'http://www.snapfinger.com/menu/14101',
    sTarget:'_blank'
}]
});
