var global_navtree = WpNavBar.readTree({
"childArray" : [
{   'sTitle':'Home',
    'bIsWebPath':true,
    'sUrl':'index.html'
},
{   'sTitle':'About Us',
    'bIsWebPath':true,
    'sUrl':'about.html',"childArray" : [
    {   'sTitle':'Declaration Of Indulgence',
        'bIsWebPath':true,
        'sUrl':'declarationofindulgence.html'
    }]
},
{   'sTitle':'Our Service',
    'bIsWebPath':true,
    'sUrl':'service.html',"childArray" : [
    {   'sTitle':'Cake Flavours & Fillings',
        'bIsWebPath':true,
        'sUrl':'cakeflavours.html'
    }]
},
{   'sTitle':'Testimonials',
    'bIsWebPath':true,
    'sUrl':'testimonials.html'
},
{   'sTitle':'Pricing',
    'bIsWebPath':true,
    'sUrl':'pricing.html'
},
{   'sTitle':'Contact Us',
    'bIsWebPath':true,
    'sUrl':'contact.html'
},
{   'sTitle':'Gallery',
    'bIsWebPath':true,
    'sUrl':'gallery.html',"childArray" : [
    {   'sTitle':'Wedding Cakes',
        'bIsWebPath':true,
        'sUrl':'weddingcakes.html'
    },
    {   'sTitle':'Wedding Cupcakes',
        'bIsWebPath':true,
        'sUrl':'weddingcupcakes.html'
    },
    {   'sTitle':'Sugar Flowers',
        'bIsWebPath':true,
        'sUrl':'sugarflowers.html'
    },
    {   'sTitle':'Celebration Cakes',
        'bIsWebPath':true,
        'sUrl':'celebrationcakes.html'
    },
    {   'sTitle':'Press Gallery',
        'bIsWebPath':true,
        'sUrl':'page19.html'
    },
    {   'sTitle':'Out & About Gallery',
        'bIsWebPath':true,
        'sUrl':'page20.html'
    }]
},
{   'sTitle':'News',
    'bIsWebPath':true,
    'sUrl':'news.html',"childArray" : [
    {   'sTitle':'Events',
        'bIsWebPath':true,
        'sUrl':'events.html'
    },
    {   'sTitle':'Charlotte',
        'bIsWebPath':true,
        'sUrl':'charlotte.html'
    },
    {   'sTitle':'Press Gallery',
        'bIsWebPath':true,
        'sUrl':'page21.html'
    },
    {   'sTitle':'Out & About Gallery',
        'bIsWebPath':true,
        'sUrl':'outandaboutgallery.html'
    },
    {   'sTitle':'Links ',
        'bIsWebPath':true,
        'sUrl':'links.html'
    }]
}]
});
