var global_navtree = WpNavBar.readTree({
"childArray" : [
{   'sTitle':'Home',
    'bIsWebPath':true,
    'sUrl':'index.html'
},
{   'sTitle':'About Us',
    'bIsWebPath':true,
    'sUrl':'aboutus.html',"childArray" : [
    {   'sTitle':'How It All Began',
        'bIsWebPath':true,
        'sUrl':'howitallbegan.html'
    }]
},
{   'sTitle':'News',
    'bIsWebPath':true,
    'sUrl':'news.html',"childArray" : [
    {   'sTitle':'Reunion Show 2011 Report',
        'bIsWebPath':true,
        'sUrl':'reunionshow2011report.html'
    },
    {   'sTitle':'NGR Lotttery',
        'bIsWebPath':true,
        'sUrl':'ngrlottery.html',"childArray" : [
        {   'sTitle':'NGR Lottery Winners',
            'bIsWebPath':true,
            'sUrl':'ngrlotterywinners.html'
        }]
    },
    {   'sTitle':'Great Greyhound Walk 2011',
        'bIsWebPath':true,
        'sUrl':'greatgreyhoundwalk2011.html'
    },
    {   'sTitle':'Our New Home',
        'bIsWebPath':true,
        'sUrl':'ournewhome.html'
    }]
},
{   'sTitle':'We Need A Home',
    'bIsWebPath':true,
    'sUrl':'weneedahome.html'
},
{   'sTitle':'Events',
    'bIsWebPath':true,
    'sUrl':'events.html',"childArray" : [
    {   'sTitle':'Forthcoming Events',
        'bIsWebPath':true,
        'sUrl':'forthcomingevents.html'
    },
    {   'sTitle':'Past Events',
        'bIsWebPath':true,
        'sUrl':'pastevents.html',"childArray" : [
        {   'sTitle':'Reunion Show 2011',
            'bIsWebPath':true,
            'sUrl':'reunionshow2011.html'
        },
        {   'sTitle':'Reunion Show 2009',
            'bIsWebPath':true,
            'sUrl':'reunionshow2009.html'
        },
        {   'sTitle':'Reunion Show 2010',
            'bIsWebPath':true,
            'sUrl':'reunionshow2010.html'
        },
        {   'sTitle':'Gala 2011',
            'bIsWebPath':true,
            'sUrl':'gala2011.html'
        },
        {   'sTitle':'Gala 2009',
            'bIsWebPath':true,
            'sUrl':'gala2009.html'
        },
        {   'sTitle':'Gala 2008',
            'bIsWebPath':true,
            'sUrl':'gala2008.html'
        },
        {   'sTitle':'Gala 2007',
            'bIsWebPath':true,
            'sUrl':'gala2007.html'
        }]
    }]
},
{   'sTitle':'Contact',
    'bIsWebPath':true,
    'sUrl':'page5.html',"childArray" : [
    {   'sTitle':'How To Contact Us',
        'bIsWebPath':true,
        'sUrl':'howtocontactus.html'
    },
    {   'sTitle':'Adoption',
        'bIsWebPath':true,
        'sUrl':'adoption.html'
    },
    {   'sTitle':'Sponsoring Dogs',
        'bIsWebPath':true,
        'sUrl':'sponsoringdogs.html'
    },
    {   'sTitle':'Links',
        'bIsWebPath':true,
        'sUrl':'links.html'
    }]
}]
});
