var global_navtree = WpNavBar.readTree({
"childArray" : [
{   sTitle:'Home',
    bIsWebPath:true,
    sUrl:'index.html'
},
{   sTitle:'News',
    bIsWebPath:true,
    sUrl:'news.html'
},
{   sTitle:'Team',
    bIsWebPath:true,
    sUrl:'team.html'
},
{   sTitle:'Fixtures',
    bIsWebPath:true,
    sUrl:'fixtures.html'
},
{   sTitle:'Knights Records',
    bIsWebPath:true,
    sUrl:'Knights_Records.html',
    sTarget:'_self'
},
{   sTitle:'Hall of Fame',
    bIsWebPath:true,
    sUrl:'Hall_of_Fame.html',
    sTarget:'_self'
},
{   sTitle:'FAQ\'s',
    bIsWebPath:true,
    sUrl:'faqs.html'
},
{   sTitle:'Multimedia',
    bIsWebPath:true,
    sUrl:'multimedia.html'
},
{   sTitle:'Contact',
    bIsWebPath:true,
    sUrl:'contact.html'
},
{   sTitle:'Calendar',
    bIsWebPath:true,
    sUrl:'calendar.html'
},
{   sTitle:'Forum',
    bIsWebPath:true,
    sUrl:'forum.html'
}]
});