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