var global_navtree = WpNavBar.readTree({
"childArray" : [
{   'sTitle':'Home',
    'bIsWebPath':true,
    'sUrl':'index.html'
},
{   'sTitle':'About Us',
    'bIsWebPath':true,
    'sUrl':'about_us.html'
},
{   'sTitle':'News',
    'bIsWebPath':true,
    'sUrl':'news.html',"childArray" : [
    {   'sTitle':'Jumble 2012',
        'bIsWebPath':true,
        'sUrl':'jumble2012.html'
    },
    {   'sTitle':'Christmas 2011',
        'bIsWebPath':true,
        'sUrl':'christmas2011.html'
    },
    {   'sTitle':'DYC 2011',
        'bIsWebPath':true,
        'sUrl':'dyc2011.html'
    },
    {   'sTitle':'ShannonExpress',
        'bIsWebPath':true,
        'sUrl':'shannonexpress.html'
    },
    {   'sTitle':'Sahara Walk',
        'bIsWebPath':true,
        'sUrl':'sahara.html'
    },
    {   'sTitle':'Charter 2011',
        'bIsWebPath':true,
        'sUrl':'charter33.html'
    },
    {   'sTitle':'End to End',
        'bIsWebPath':true,
        'sUrl':'endtoend.html'
    },
    {   'sTitle':'Steam Fayre',
        'bIsWebPath':true,
        'sUrl':'page18.html'
    },
    {   'sTitle':'Fêtes 2011',
        'bIsWebPath':true,
        'sUrl':'summerfetes2011.html'
    },
    {   'sTitle':'Wicksteed 2011',
        'bIsWebPath':true,
        'sUrl':'wicksteed_2011.html'
    },
    {   'sTitle':'Easter 2011',
        'bIsWebPath':true,
        'sUrl':'eastereggs2011.html'
    },
    {   'sTitle':'Jumble 2011',
        'bIsWebPath':true,
        'sUrl':'jumblesale2011.html'
    },
    {   'sTitle':'Christmas2010',
        'bIsWebPath':true,
        'sUrl':'christmas2010.html'
    },
    {   'sTitle':'Hadrian2010',
        'bIsWebPath':true,
        'sUrl':'hadrian2010.html'
    }]
},
{   'sTitle':'Events',
    'bIsWebPath':true,
    'sUrl':'events.html',"childArray" : [
    {   'sTitle':'Race Night',
        'bIsWebPath':true,
        'sUrl':'racennight1202.html'
    },
    {   'sTitle':'Easter 2012',
        'bIsWebPath':true,
        'sUrl':'easter2012.html'
    },
    {   'sTitle':'Fêtes 2012',
        'bIsWebPath':true,
        'sUrl':'fetes2012.html'
    },
    {   'sTitle':'Wicksteed 2012',
        'bIsWebPath':true,
        'sUrl':'wicksteed2012.html'
    }]
},
{   'sTitle':'Projects',
    'bIsWebPath':true,
    'sUrl':'projects.html',"childArray" : [
    {   'sTitle':'MiaB',
        'bIsWebPath':true,
        'sUrl':'miab.html'
    },
    {   'sTitle':'MedicAlert',
        'bIsWebPath':true,
        'sUrl':'medicalert.html'
    }]
},
{   'sTitle':'Contact Us',
    'bIsWebPath':true,
    'sUrl':'contact_us.html'
}]
});
