var global_navtree = WpNavBar.readTree({
"childArray" : [
{   sTitle:'Home',
    bIsWebPath:true,
    sUrl:'index.html'
},
{   sTitle:'News',
    bIsWebPath:true,
    sUrl:'news.html'
},
{   sTitle:'Race Results',
    bIsWebPath:true,
    sUrl:'results.html'
},
{   sTitle:'Pictures',
    bIsWebPath:true,
    sUrl:'pics.html'
},
{   sTitle:'Membership',
    bIsWebPath:true,
    sUrl:'member.html'
},
{   sTitle:'Forum',
    bIsExternal:true,
    sUrl:'http://rcfiles.com/forums/forumdisplay.php?f=21',
    sTarget:'_blank'
},
{   sTitle:'Contact Us',
    bIsWebPath:true,
    sUrl:'contact.html'
}]
});
