var global_navtree = WpNavBar.readTree({
"childArray" : [
{   sTitle:'Home',
    bIsWebPath:true,
    sUrl:'index.html'
},
{   sTitle:'Rules',
    bIsWebPath:true,
    sUrl:'rules.html'
},
{   sTitle:'Categories',
    bIsWebPath:true,
    sUrl:'categories.html'
},
{   sTitle:'Registration',
    bIsWebPath:true,
    sUrl:'registration.html'
},
{   sTitle:'Entry Form',
    bIsWebPath:true,
    sUrl:'entry form.html'
}]
});
