var global_navtree = WpNavBar.readTree({
"childArray" : [
{   sTitle:'Beaver Lake Sail Club Home',
    bIsWebPath:true,
    sUrl:'index.html'
},
{   sTitle:'Welcome/General Info',
    bIsWebPath:true,
    sUrl:'welcome.html',"childArray" : [
    {   sTitle:'Membership Information',
        bIsWebPath:true,
        sUrl:'page21.html'
    }]
},
{   sTitle:'Officers',
    bIsWebPath:true,
    sUrl:'officers.html'
},
{   sTitle:'Calendar',
    bIsWebPath:true,
    sUrl:'calendar.html'
},
{   sTitle:'Sailing Conditions',
    bIsWebPath:true,
    sUrl:'sailconditions.html'
},
{   sTitle:'Gallery',
    bIsWebPath:true,
    sUrl:'sailgallery.html'
},
{   sDescription:'Racing results, rules, procedures and crew availability.',
    sTitle:'Racing',
    bIsWebPath:true,
    sUrl:'racing.html'
},
{   sTitle:'Member Area',
    bIsWebPath:true,
    sUrl:'member page.html',"childArray" : [
    {   sTitle:'Commodores Corner',
        bIsWebPath:true,
        sUrl:'newsandinfo.html'
    },
    {   sTitle:'Member Directory',
        bIsWebPath:true,
        sUrl:'clubinfo.html'
    },
    {   sTitle:'Slip Assignments',
        bIsWebPath:true,
        sUrl:'page16.html'
    },
    {   sTitle:'Bylaws and Handbook',
        bIsWebPath:true,
        sUrl:'page17.html'
    },
    {   sTitle:'Board Minutes',
        bIsWebPath:true,
        sUrl:'minutes.html'
    },
    {   sDescription:'Club Forum',
        sTitle:'Forum',
        bIsWebPath:true,
        sUrl:'forum.html'
    }]
}]
});
