var global_navtree = WpNavBar.readTree({
"childArray" : [
{   sDescription:'Tree Stone Bakery\'s Home Page',
    sTitle:'Home',
    bIsWebPath:true,
    sUrl:'index.html'
},
{   sTitle:'Our Breads',
    bIsWebPath:true,
    sUrl:'page3.html'
},
{   sTitle:'What we make',
    bIsWebPath:true,
    sUrl:'page5.html',
    sTarget:'_self'
},
{   sTitle:'Contact',
    bIsWebPath:true,
    sUrl:'page6.html'
},
{   sTitle:'Blog',
    bIsWebPath:true,
    sUrl:'page7.html'
}]
});