var global_navtree = WpNavBar.readTree({
"childArray" : [
{   sTitle:'Home',
    bIsWebPath:true,
    sUrl:'index.html'
},
{   sTitle:'Board Members',
    bIsWebPath:true,
    sUrl:'boardmembers.html',"childArray" : [
    {   sTitle:'Flag Officers',
        bIsWebPath:true,
        sUrl:'flagofficers.html'
    },
    {   sTitle:'Directors',
        bIsWebPath:true,
        sUrl:'directors.html'
    },
    {   sTitle:'Committee Chairs',
        bIsWebPath:true,
        sUrl:'committeechairs.html'
    }]
},
{   sTitle:'2010 Calender',
    bIsWebPath:true,
    sUrl:'2010calendar.html',"childArray" : [
    {   sTitle:'February 2010',
        bIsWebPath:true,
        sUrl:'201002feb.html'
    },
    {   sTitle:'March 2010',
        bIsWebPath:true,
        sUrl:'201003mar.html'
    },
    {   sTitle:'April 2010',
        bIsWebPath:true,
        sUrl:'201004apr.html'
    },
    {   sTitle:'May 2010',
        bIsWebPath:true,
        sUrl:'201005may.html'
    },
    {   sTitle:'June 2010',
        bIsWebPath:true,
        sUrl:'201006jun.html'
    },
    {   sTitle:'July 2010',
        bIsWebPath:true,
        sUrl:'201007jul.html'
    },
    {   sTitle:'August 2010',
        bIsWebPath:true,
        sUrl:'201008aug.html'
    },
    {   sTitle:'September 2010',
        bIsWebPath:true,
        sUrl:'201009sept.html'
    },
    {   sTitle:'October 2010',
        bIsWebPath:true,
        sUrl:'2010oct.html'
    },
    {   sTitle:'November 2010',
        bIsWebPath:true,
        sUrl:'201011nov.html'
    },
    {   sTitle:'December 2010',
        bIsWebPath:true,
        sUrl:'201012dec.html'
    }]
},
{   sTitle:'Club Events',
    bIsWebPath:true,
    sUrl:'events.html'
},
{   sTitle:'Misc. Information',
    bIsWebPath:true,
    sUrl:'miscinfo.html'
},
{   sTitle:'Yeoman',
    bIsWebPath:true,
    sUrl:'yeoman.html',"childArray" : [
    {   sTitle:'2009 Yeomans',
        bIsWebPath:true,
        sUrl:'2009yeomans.html'
    },
    {   sTitle:'2010 Yeomans',
        bIsWebPath:true,
        sUrl:'2010yeomans.html'
    }]
},
{   sTitle:'PYC Photo Albums',
    bIsWebPath:true,
    sUrl:'photoalbums.html',"childArray" : [
    {   sTitle:'2010 PYC Photo Albums',
        bIsWebPath:true,
        sUrl:'2010photoalbums.html',"childArray" : [
        {   sTitle:'01/23/2010 Commodore\'s Ball',
            bIsWebPath:true,
            sUrl:'2010commodoresball.html'
        }]
    },
    {   sTitle:'2009 PYC Photo Albums',
        bIsWebPath:true,
        sUrl:'2009photoalbums.html',"childArray" : [
        {   sTitle:'01/01/2009 Commodore\'s Cruise-Out',
            bIsWebPath:true,
            sUrl:'2009commodorescruiseout.html'
        },
        {   sTitle:'01/24/2009 Commodore\'s Ball',
            bIsWebPath:true,
            sUrl:'2009commodoresball.html'
        },
        {   sTitle:'02/14/2009 PYC Annual Hot Crab Feed',
            bIsWebPath:true,
            sUrl:'2009crabfeed.html'
        },
        {   sTitle:'03/14/2009 PYC Annual St. Patrick\'s Day Dinner',
            bIsWebPath:true,
            sUrl:'2009stpatsdinner.html'
        },
        {   sTitle:'12/31/2009 PYC\'s Annual New Year\'s Eve Party',
            bIsWebPath:true,
            sUrl:'2009nye.html'
        }]
    },
    {   sTitle:'Yeoman',
        bIsWebPath:true,
        sUrl:'page45.html'
    }]
},
{   sTitle:'Contact Us',
    bIsWebPath:true,
    sUrl:'page5.html',"childArray" : [
    {   sTitle:'Contact the Commodore',
        bIsWebPath:true,
        sUrl:'contactcommodore.html'
    },
    {   sTitle:'Contact the Rental Committee',
        bIsWebPath:true,
        sUrl:'contactrental.html'
    },
    {   sTitle:'Contact the Membership Director',
        bIsWebPath:true,
        sUrl:'contactmembershipdirector.html'
    },
    {   sTitle:'Contact the Port Captain',
        bIsWebPath:true,
        sUrl:'contactport.html'
    },
    {   sTitle:'Contact the Fleet Captain',
        bIsWebPath:true,
        sUrl:'contactfleet.html'
    }]
},
{   sTitle:'Join the Club',
    bIsWebPath:true,
    sUrl:'join.html',"childArray" : [
    {   sTitle:'Application to Join Pittsburg Yacht Club',
        bIsWebPath:true,
        sUrl:'applicationform.html'
    }]
}]
});