var global_navtree = WpNavBar.readTree({
"childArray" : [
{   'sTitle':'Home',
    'bIsWebPath':true,
    'sUrl':'index.html'
},
{   'sTitle':'About Us',
    'bIsWebPath':true,
    'sUrl':'about.html',"childArray" : [
    {   'sTitle':'About Us Text',
        'bIsWebPath':true,
        'sUrl':'awf_about_us_text.html'
    }]
},
{   'sTitle':'What\'s On?',
    'bIsWebPath':true,
    'sUrl':'whatson.html'
},
{   'sTitle':'Tickets',
    'bIsWebPath':true,
    'sUrl':'tickets.html'
},
{   'sTitle':'Competitions',
    'bIsWebPath':true,
    'sUrl':'competition.html'
},
{   'sTitle':'Contact Us',
    'bIsWebPath':true,
    'sUrl':'contact.html'
},
{   'sTitle':'Archive',
    'bIsWebPath':true,
    'sUrl':'archive.html',"childArray" : [
    {   'sTitle':'Intro',
        'bIsWebPath':true,
        'sUrl':'archive_intro.html'
    },
    {   'sTitle':'2008',
        'bIsWebPath':true,
        'sUrl':'2008_archivea.html',"childArray" : [
        {   'sTitle':'2008 Literature',
            'bIsWebPath':true,
            'sUrl':'2008_archive_literature.html'
        },
        {   'sTitle':'2008 Galleries',
            'bIsWebPath':true,
            'sUrl':'2008_galleries.html',"childArray" : [
            {   'sTitle':'03-10-08',
                'bIsWebPath':true,
                'sUrl':'2008_archive_gallery_03-10-08.html'
            },
            {   'sTitle':'04-10-08',
                'bIsWebPath':true,
                'sUrl':'2008_archive_gallery_04-10-08.html'
            }]
        }]
    },
    {   'sTitle':'2009',
        'bIsWebPath':true,
        'sUrl':'2009_archive.html',"childArray" : [
        {   'sTitle':'2009 Literature',
            'bIsWebPath':true,
            'sUrl':'2009_archive_literature.html'
        },
        {   'sTitle':'2009 Galleries',
            'bIsWebPath':true,
            'sUrl':'2009_galleries.html',"childArray" : [
            {   'sTitle':'02-10-09',
                'bIsWebPath':true,
                'sUrl':'2009_archive_gallery_02-10-09.html'
            },
            {   'sTitle':'03-10-09',
                'bIsWebPath':true,
                'sUrl':'2009_archive_gallery_03-10-09.html'
            },
            {   'sTitle':'Word Wall',
                'bIsWebPath':true,
                'sUrl':'2009_archive_gallery_wordwall.html'
            },
            {   'sTitle':'Publisher Visit',
                'bIsWebPath':true,
                'sUrl':'2009_archive_gallery_publisher.html'
            }]
        }]
    },
    {   'sTitle':'2010',
        'bIsWebPath':true,
        'sUrl':'2010_archive.html',"childArray" : [
        {   'sTitle':'2010 Literature',
            'bIsWebPath':true,
            'sUrl':'2010_archive_literature.html'
        },
        {   'sTitle':'2010 Galleries',
            'bIsWebPath':true,
            'sUrl':'2010_galleries.html',"childArray" : [
            {   'sTitle':'27-09-10',
                'bIsWebPath':true,
                'sUrl':'2010_archive_gallery_27-09-10.html'
            },
            {   'sTitle':'28-09-10',
                'bIsWebPath':true,
                'sUrl':'2010_archive_gallery_28-09-10.html'
            },
            {   'sTitle':'29-09-10',
                'bIsWebPath':true,
                'sUrl':'2010_archive_gallery_29-09-10.html'
            },
            {   'sTitle':'30-09-10',
                'bIsWebPath':true,
                'sUrl':'2010_archive_gallery_30-09-10.html'
            },
            {   'sTitle':'01-10-10',
                'bIsWebPath':true,
                'sUrl':'2010_archive_gallery_01-10-10.html'
            },
            {   'sTitle':'02-10-10a',
                'bIsWebPath':true,
                'sUrl':'2010_archive_gallery_02-10-10a.html'
            },
            {   'sTitle':'02-10-10b',
                'bIsWebPath':true,
                'sUrl':'2010_archive_gallery_02-10-10b.html'
            },
            {   'sTitle':'02-10-10c',
                'bIsWebPath':true,
                'sUrl':'2010_archive_gallery_02-10-10c.html'
            },
            {   'sTitle':'03-10-10',
                'bIsWebPath':true,
                'sUrl':'2010_archive_gallery_03-10-10.html'
            }]
        }]
    },
    {   'sTitle':'2011',
        'bIsWebPath':true,
        'sUrl':'2011_archive.html',"childArray" : [
        {   'sTitle':'2011 Literature',
            'bIsWebPath':true,
            'sUrl':'2011_archive_literature.html'
        }]
    }]
}]
});
