var global_navtree = WpNavBar.readTree({
"childArray" : [
{   sTitle:'Boston Style Pizza at Merion Homepage',
    bIsWebPath:true,
    sUrl:'index.html',"childArray" : [
    {   sTitle:'Specials and Coupons',
        bIsWebPath:true,
        sUrl:'specials.html'
    },
    {   sTitle:'Menu',
        bIsWebPath:true,
        sUrl:'menu.html'
    },
    {   sTitle:'Critic',
        bIsWebPath:true,
        sUrl:'critic.html'
    },
    {   sTitle:'Promo',
        bIsWebPath:true,
        sUrl:'promo.html'
    },
    {   sTitle:'Lix',
        bIsWebPath:true,
        sUrl:'lix.html'
    }]
}]
});
