var global_navtree = WpNavBar.readTree({
"childArray" : [
{   'sTitle':'Home',
    'bIsWebPath':true,
    'sUrl':'index.html'
},
{   'sTitle':'Online Shop',
    'bIsWebPath':true,
    'sUrl':'online_flower_shop.html'
},
{   'sTitle':'Weddings',
    'bIsWebPath':true,
    'sUrl':'weddings.html'
},
{   'sTitle':'Testimonials',
    'bIsWebPath':true,
    'sUrl':'testimonials.html'
},
{   'sTitle':'Contact',
    'bIsWebPath':true,
    'sUrl':'contact_us.html'
}]
});
