var customnavtree3 = WpNavBar.readTree({
"childArray" : [
{   sTitle:'Timetable',
    bIsWebPath:true,
    sUrl:'timetable.html'
},
{   sTitle:'Calendar',
    bIsWebPath:true,
    sUrl:'Calendar.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 2011',
    bIsWebPath:true,
    sUrl:'events2011.html',
    sTarget:'_self',"childArray" : [
    {   sTitle:'Halloween ',
        bIsWebPath:true,
        sUrl:'halloween2011.html',
        sTarget:'_self'
    },
    {   sTitle:'Wheatfields ',
        bIsWebPath:true,
        sUrl:'wheatfields2011.html',
        sTarget:'_self'
    },
    {   sTitle:'Terry Wingrove ',
        bIsWebPath:true,
        sUrl:'TWingrove2011.html',
        sTarget:'_self'
    },
    {   sTitle:'Awards ',
        bIsWebPath:true,
        sUrl:'Awards2011.html',
        sTarget:'_self'
    },
    {   sTitle:'Kessingland',
        bIsWebPath:true,
        sUrl:'kessingland2011.html',
        sTarget:'_self'
    }]
},
{   sTitle:'Forum',
    bIsWebPath:true,
    sUrl:'forumandvideos.html',
    sTarget:'_self'
},
{   sTitle:'Videos',
    bIsWebPath:true,
    sUrl:'Videos.html'
}]
});
