var global_navtree = WpNavBar.readTree({
"childArray" : [
{   'sTitle':'Home',
    'bIsWebPath':true,
    'sUrl':'index.html'
},
{   'sTitle':'How It Works',
    'bIsWebPath':true,
    'sUrl':'how_it_works.html'
},
{   'sTitle':'Order Form',
    'bIsWebPath':true,
    'sUrl':'general_order_form.html'
},
{   'sTitle':'Grocery List',
    'bIsWebPath':true,
    'sUrl':'grocery_list.html'
},
{   'sTitle':'Specials/Testimonials',
    'bIsWebPath':true,
    'sUrl':'specials_testimonials.html'
},
{   'sTitle':'Gift Certificates',
    'bIsWebPath':true,
    'sUrl':'gift_certificates.html'
},
{   'sTitle':'Restaurant Delivery',
    'bIsWebPath':true,
    'sUrl':'restaurantdelivery.html'
}]
});
