var global_navtree = WpNavBar.readTree({
"childArray" : [
{   sTitle:'Home',
    bIsWebPath:true,
    sUrl:'index.html'
},
{   sTitle:'Events',
    bIsWebPath:true,
    sUrl:'events.html',"childArray" : [
    {   sTitle:'Calendar',
        bIsWebPath:true,
        sUrl:'calendar.html'
    },
    {   sTitle:'Spring Fling',
        bIsWebPath:true,
        sUrl:'spring fling.html'
    },
    {   sTitle:'Bass Lake',
        bIsWebPath:true,
        sUrl:'basslake.html'
    },
    {   sTitle:'Wood & Glory',
        bIsWebPath:true,
        sUrl:'woodglory.html'
    },
    {   sTitle:'South Tahoe WBC',
        bIsWebPath:true,
        sUrl:'stwbc.html'
    },
    {   sTitle:'Delta Cruise',
        bIsWebPath:true,
        sUrl:'delta.html'
    },
    {   sTitle:'Restoration Workshop',
        bIsWebPath:true,
        sUrl:'resto.html'
    },
    {   sTitle:'Annual Meeting',
        bIsWebPath:true,
        sUrl:'annual.html'
    },
    {   sTitle:'Woodie Whoopies',
        bIsWebPath:true,
        sUrl:'woodwhoop.html',"childArray" : [
        {   sTitle:'Woodie Whoopie Map',
            bIsWebPath:true,
            sUrl:'wwmap.html'
        }]
    }]
},
{   sTitle:'Photos',
    bIsWebPath:true,
    sUrl:'photos.html',"childArray" : [
    {   sTitle:'Favorite Photos 2010',
        bIsWebPath:true,
        sUrl:'favphotos.html'
    },
    {   sTitle:'Spring Fling Photos',
        bIsWebPath:true,
        sUrl:'sflingphotos.html'
    },
    {   sTitle:'Bass Lake Photos',
        bIsWebPath:true,
        sUrl:'basslakephotos.html'
    },
    {   sTitle:'Wood&Glory Photos',
        bIsWebPath:true,
        sUrl:'wngphotos.html'
    },
    {   sTitle:'South Tahoe Wooden Boat Photos',
        bIsWebPath:true,
        sUrl:'stwbc_photos.html'
    },
    {   sTitle:'Delta Cruise Photos',
        bIsWebPath:true,
        sUrl:'deltaphotos.html'
    },
    {   sTitle:'Restoration Workshop Photos',
        bIsWebPath:true,
        sUrl:'restophotos.html'
    },
    {   sTitle:'Annual Mtg Photos',
        bIsWebPath:true,
        sUrl:'anmtgphoto.html'
    },
    {   sTitle:'1951 Chris Craft Holiday',
        bIsWebPath:true,
        sUrl:'ccholiday.html'
    }]
},
{   sTitle:'Western Wood',
    bIsWebPath:true,
    sUrl:'westwood.html'
},
{   sTitle:'Corp Info',
    bIsWebPath:true,
    sUrl:'corp info.html',"childArray" : [
    {   sTitle:'Mission Statement',
        bIsWebPath:true,
        sUrl:'mission.html'
    },
    {   sTitle:'Officers and Board',
        bIsWebPath:true,
        sUrl:'officers board.html'
    },
    {   sTitle:'Constitution & By-Laws',
        bIsWebPath:true,
        sUrl:'constitution&bylaws.html'
    },
    {   sTitle:'Philanthropy',
        bIsWebPath:true,
        sUrl:'philanthropy.html'
    },
    {   sTitle:'Financial Information',
        bIsWebPath:true,
        sUrl:'finance.html'
    }]
},
{   sTitle:'Links',
    bIsWebPath:true,
    sUrl:'links.html'
},
{   sTitle:'Contact us',
    bIsWebPath:true,
    sUrl:'contact.html'
}]
});
