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:'downloads.html'
},
{   sTitle:'Events',
    bIsWebPath:true,
    sUrl:'events.html',"childArray" : [
    {   sTitle:'Kessingland 2011',
        bIsWebPath:true,
        sUrl:'kessingland2011.html',
        sTarget:'_self'
    },
    {   sTitle:'Awards 2010',
        bIsWebPath:true,
        sUrl:'Awards2010.html',
        sTarget:'_self'
    },
    {   sTitle:'Calendar',
        bIsWebPath:true,
        sUrl:'Calendar.html'
    },
    {   sTitle:'Terry Wingrove',
        bIsWebPath:true,
        sUrl:'TWingrove.html'
    },
    {   sTitle:'Halloween 2010',
        bIsWebPath:true,
        sUrl:'Halloween 2010.html',
        sTarget:'_self'
    }]
},
{   sTitle:'Forum & Videos',
    bIsWebPath:true,
    sUrl:'forumandvideos.html',
    sTarget:'_self',"childArray" : [
    {   sTitle:'Videos',
        bIsWebPath:true,
        sUrl:'Videos.html'
    }]
}]
});
