var global_navtree = WpNavBar.readTree({
"childArray" : [
{   sTitle:'Home',
    bIsWebPath:true,
    sUrl:'index.html'
},
{   sTitle:'2011 Results',
    bIsWebPath:true,
    sUrl:'page11.html'
},
{   sTitle:'How to Enter',
    bIsWebPath:true,
    sUrl:'registration.html'
},
{   sTitle:'Sponsorship',
    bIsWebPath:true,
    sUrl:'sponsorship.html'
},
{   sTitle:'Rules and Conditions',
    bIsWebPath:true,
    sUrl:'rules.html'
},
{   sTitle:'Safety Statement',
    bIsWebPath:true,
    sUrl:'safety.html'
},
{   sTitle:'Location',
    bIsWebPath:true,
    sUrl:'location.html'
},
{   sTitle:'Contact Us',
    bIsWebPath:true,
    sUrl:'contactus.html'
},
{   sTitle:'Privacy Policy',
    bIsWebPath:true,
    sUrl:'privacypolicy.html'
},
{   bSeparatorAfter:true,
    sDescription:'Location',
    sTitle:'RCSC Club Site',
    bIsExternal:true,
    sUrl:'http://www.rcsc.co.uk'
},
{   sTitle:'Course Map',
    bIsExternal:true,
    bIsWebPath:true,
    sUrl:'Course Map 2011 PDF.pdf',
    sTarget:'_blank'
}]
});
