var global_navtree = WpNavBar.readTree({
"childArray" : [
{   'sTitle':'Home',
    'bIsWebPath':true,
    'sUrl':'index.html'
},
{   'sTitle':'Services',
    'bIsWebPath':true,
    'sUrl':'services.html',"childArray" : [
    {   'sTitle':'Chair Cover Hire',
        'bIsWebPath':true,
        'sUrl':'chaircover.html'
    },
    {   'sTitle':'Chocolate Fountain',
        'bIsWebPath':true,
        'sUrl':'chocfountain.html'
    },
    {   'sTitle':'Favours',
        'bIsWebPath':true,
        'sUrl':'Favours.html'
    },
    {   'sTitle':'Balloons',
        'bIsWebPath':true,
        'sUrl':'Balloons.html'
    }]
},
{   'sTitle':'Gallery',
    'bIsWebPath':true,
    'sUrl':'Gallery.html'
},
{   'sTitle':'Sash Colours',
    'bIsWebPath':true,
    'sUrl':'sash_colours.html'
},
{   'sTitle':'Testimonials',
    'bIsWebPath':true,
    'sUrl':'testimonials.html'
},
{   'sTitle':'Contact Us',
    'bIsWebPath':true,
    'sUrl':'Contact.html'
},
{   'sTitle':'Payments',
    'bIsWebPath':true,
    'sUrl':'Payments.html'
},
{   'sTitle':'Links',
    'bIsWebPath':true,
    'sUrl':'Links.html'
}]
});
