var customnavtree1 = WpNavBar.readTree({
"childArray" : [
{   sTitle:'Timetable',
    bIsWebPath:true,
    sUrl:'timetable.html'
},
{   sTitle:'Karate Gradings',
    bIsWebPath:true,
    sUrl:'Karate Gradings.html'
},
{   sTitle:'Kobudo Gradings',
    bIsWebPath:true,
    sUrl:'OKgrading.html'
},
{   sTitle:'Downloads',
    bIsWebPath:true,
    sUrl:'page16.html'
},
{   sTitle:'Events',
    bIsWebPath:true,
    sUrl:'events.html',"childArray" : [
    {   sTitle:'Calendar',
        bIsWebPath:true,
        sUrl:'Calendar.html'
    },
    {   sTitle:'Terry Wingrove',
        bIsWebPath:true,
        sUrl:'TWingrove.html'
    },
    {   sTitle:'Irish International page 1',
        bIsWebPath:true,
        sUrl:'IrishInt.html'
    },
    {   sTitle:'Irish International page 2',
        bIsWebPath:true,
        sUrl:'Irish Int page 2.html'
    },
    {   sTitle:'Halloween 2009',
        bIsWebPath:true,
        sUrl:'Halloween 2009.html'
    },
    {   sTitle:'Awards 2009',
        bIsWebPath:true,
        sUrl:'Awards2009.html'
    }]
},
{   sTitle:'Members only',
    bIsWebPath:true,
    sUrl:'Members.html',"childArray" : [
    {   sTitle:'Videos',
        bIsWebPath:true,
        sUrl:'Videos.html'
    }]
}]
});