var global_navtree = WpNavBar.readTree({
"childArray" : [
{   'sTitle':'Workplace',
    'bIsWebPath':true,
    'sUrl':'index.html'
},
{   'sTitle':'Home Decor',
    'bIsWebPath':true,
    'sUrl':'homedecor.html'
},
{   'sTitle':'Occasions',
    'bIsWebPath':true,
    'sUrl':'occasions.html'
},
{   'sTitle':'Weddings',
    'bIsWebPath':true,
    'sUrl':'weddings.html'
},
{   'sTitle':'Gallery',
    'bIsWebPath':true,
    'sUrl':'gallery.html'
},
{   'sTitle':'News & Events',
    'bIsWebPath':true,
    'sUrl':'news.html'
},
{   'sTitle':'Contact Us',
    'bIsWebPath':true,
    'sUrl':'contact.html'
}]
});
