var global_navtree = WpNavBar.readTree({
"childArray" : [
{   sTitle:'Home',
    bIsWebPath:true,
    sUrl:'index.html'
},
{   sTitle:'About Debbie',
    bIsWebPath:true,
    sUrl:'page108.html'
},
{   sTitle:'Testimonials',
    bIsWebPath:true,
    sUrl:'Testimonials.html'
},
{   sTitle:'Boutique',
    bIsWebPath:true,
    sUrl:'Boutique.html'
},
{   sTitle:'Placing an Order',
    bIsWebPath:true,
    sUrl:'Place_An_Order.html'
},
{   sTitle:'Blog',
    bIsExternal:true,
    sUrl:'http://dcbouquets.tumblr.com/',
    sTarget:'_blank'
},
{   sTitle:'Shows',
    bIsExternal:true,
    sUrl:'http://dcbouquets.tumblr.com/shows',
    sTarget:'_blank'
},
{   sTitle:'Contact',
    bIsWebPath:true,
    sUrl:'page5.html'
}]
});
