var global_navtree = WpNavBar.readTree({
"childArray" : [
{   sTitle:'Home',
    bIsWebPath:true,
    sUrl:'index.html'
},
{   sTitle:'Pictures',
    bIsWebPath:true,
    sUrl:'pictures.html',
    sTarget:'_self'
},
{   sTitle:'Video',
    bIsWebPath:true,
    sUrl:'video.html',
    sTarget:'_self'
},
{   sTitle:'Links',
    bIsWebPath:true,
    sUrl:'links.html',
    sTarget:'_self'
},
{   sTitle:'Club Info',
    bIsWebPath:true,
    sUrl:'clubinfo.html',
    sTarget:'_self'
},
{   sTitle:'Forum',
    bIsWebPath:true,
    sUrl:'forum.html',
    sTarget:'_self'
},
{   sTitle:'Member Map',
    bIsWebPath:true,
    sUrl:'membermap.html',
    sTarget:'_self'
}]
});