var global_navtree = WpNavBar.readTree({
"childArray" : [
{   sTitle:'Home',
    bIsWebPath:true,
    sUrl:'index.html'
},
{   sTitle:'About Us',
    bIsWebPath:true,
    sUrl:'about.html'
},
{   sTitle:'Florist Shop',
    bIsWebPath:true,
    sUrl:'products.html'
},
{   sTitle:'Wedding Flowers',
    bIsWebPath:true,
    sUrl:'wedding.html',"childArray" : [
    {   sTitle:'Wedding Pricing',
        bIsWebPath:true,
        sUrl:'pricing.html'
    },
    {   sTitle:'Gallery',
        bIsWebPath:true,
        sUrl:'gallery.html'
    }]
},
{   sTitle:'Contact Us',
    bIsWebPath:true,
    sUrl:'contact.html'
}]
});
