var global_navtree = WpNavBar.readTree({
"childArray" : [
{   sTitle:'Home',
    bIsWebPath:true,
    sUrl:'index.html'
},
{   sTitle:'Gallery',
    bIsWebPath:true,
    sUrl:'florist_shop_oxford_gallery.html'
},
{   sTitle:'Contact Us',
    bIsWebPath:true,
    sUrl:'contact_florist_shop_oxford.html'
},
{   sTitle:'Links',
    bIsWebPath:true,
    sUrl:'links.html'
}]
});
