var global_navtree = WpNavBar.readTree({
"childArray" : [
{   'sTitle':'Home',
    'bIsWebPath':true,
    'sUrl':'index.html'
},
{   'sTitle':'Chair Covers',
    'bIsWebPath':true,
    'sUrl':'chaircovers.html',"childArray" : [
    {   'sTitle':'Patshull Park',
        'bIsWebPath':true,
        'sUrl':'ccpatshull.html'
    },
    {   'sTitle':'The Goldthorn',
        'bIsWebPath':true,
        'sUrl':'ccgoldthorn.html'
    },
    {   'sTitle':'Arden Hotel',
        'bIsWebPath':true,
        'sUrl':'ccarden.html'
    },
    {   'sTitle':'The Mount',
        'bIsWebPath':true,
        'sUrl':'ccmount.html'
    },
    {   'sTitle':'Gallery - Chair covers',
        'bIsWebPath':true,
        'sUrl':'ccgallery.html'
    }]
},
{   'sTitle':'Balloons',
    'bIsWebPath':true,
    'sUrl':'balloons.html',"childArray" : [
    {   'sTitle':'Balloon arches',
        'bIsWebPath':true,
        'sUrl':'balloonarches.html'
    },
    {   'sTitle':'Balloon columns',
        'bIsWebPath':true,
        'sUrl':'ballooncolumns.html'
    },
    {   'sTitle':'Balloon centrepieces',
        'bIsWebPath':true,
        'sUrl':'page20.html'
    },
    {   'sTitle':'Balloon bouquets',
        'bIsWebPath':true,
        'sUrl':'balloonbouquets.html'
    },
    {   'sTitle':'Balloon Decos',
        'bIsWebPath':true,
        'sUrl':'decos.html'
    },
    {   'sTitle':'Balloon Characters & other occasions',
        'bIsWebPath':true,
        'sUrl':'characters.html'
    }]
},
{   'sTitle':'Table Decorations',
    'bIsWebPath':true,
    'sUrl':'table.html',"childArray" : [
    {   'sTitle':'Gallery - Table decorations',
        'bIsWebPath':true,
        'sUrl':'tdgallery.html'
    }]
},
{   'sTitle':'Stationery',
    'bIsWebPath':true,
    'sUrl':'stationery.html'
},
{   'sTitle':'Online Shop',
    'bIsWebPath':true,
    'sUrl':'onlineshop.html'
},
{   'sTitle':'Wedding Fayres',
    'bIsWebPath':true,
    'sUrl':'weddingfayres.html'
},
{   'sTitle':'Links',
    'bIsWebPath':true,
    'sUrl':'links.html'
}]
});
