var global_navtree = WpNavBar.readTree({
"childArray" : [
{   sTitle:'Home',
    bIsWebPath:true,
    sUrl:'index.html'
},
{   sTitle:'The Bakery',
    bIsWebPath:true,
    sUrl:'bakery.html',"childArray" : [
    {   sTitle:'Bread & Rolls',
        bIsWebPath:true,
        sUrl:'breadandrolls.html'
    },
    {   sTitle:'Pizza',
        bIsWebPath:true,
        sUrl:'pizza.html'
    },
    {   sTitle:'Calzones',
        bIsWebPath:true,
        sUrl:'calzones.html'
    },
    {   sTitle:'Pastries',
        bIsWebPath:true,
        sUrl:'pastry.html'
    }]
},
{   sTitle:'Directions',
    bIsWebPath:true,
    sUrl:'directions.html'
},
{   sTitle:'Contact Us',
    bIsWebPath:true,
    sUrl:'contact.html'
}]
});
