var global_navtree = WpNavBar.readTree({
"childArray" : [
{   'sTitle':'Home',
    'bIsWebPath':true,
    'sUrl':'index.html'
},
{   'sTitle':'National Christmas Lacemaker\'s Fair',
    'bIsWebPath':true,
    'sUrl':'Page 2.html',"childArray" : [
    {   'sTitle':'Download Flyer',
        'bIsWebPath':true,
        'sUrl':'Download Flyer CF.html'
    },
    {   'sTitle':'Travel',
        'bIsWebPath':true,
        'sUrl':'page11.html'
    },
    {   'sTitle':'Tickets',
        'bIsWebPath':true,
        'sUrl':'page12.html'
    },
    {   'sTitle':'Exhibitors',
        'bIsWebPath':true,
        'sUrl':'page13.html'
    },
    {   'sTitle':'Food / Drink',
        'bIsWebPath':true,
        'sUrl':'food and drink.html'
    },
    {   'sTitle':'Prize Draw',
        'bIsWebPath':true,
        'sUrl':'page10.html'
    },
    {   'sTitle':'Exhibition',
        'bIsWebPath':true,
        'sUrl':'Exhibition CF.html'
    },
    {   'sTitle':'Music',
        'bIsWebPath':true,
        'sUrl':'Music.html'
    }]
},
{   'sTitle':'Harrogate Lace Event',
    'bIsWebPath':true,
    'sUrl':'Page 4.html',"childArray" : [
    {   'sTitle':'Download Flyer',
        'bIsWebPath':true,
        'sUrl':'download flyer H.html'
    },
    {   'sTitle':'Travel',
        'bIsWebPath':true,
        'sUrl':'Travel H.html'
    },
    {   'sTitle':'Tickets',
        'bIsWebPath':true,
        'sUrl':'Tickets H.html'
    },
    {   'sTitle':'Exhibitors',
        'bIsWebPath':true,
        'sUrl':'Exhibitors H.html'
    },
    {   'sTitle':'Food/Drink',
        'bIsWebPath':true,
        'sUrl':'Food drink H.html'
    },
    {   'sTitle':'Prize Draw',
        'bIsWebPath':true,
        'sUrl':'Prize Draw H.html'
    },
    {   'sTitle':'Exhibition',
        'bIsWebPath':true,
        'sUrl':'Exhibition H.html'
    }]
},
{   'sTitle':'Gallery',
    'bIsWebPath':true,
    'sUrl':'Page 3.html'
}]
});
