var global_navtree = WpNavBar.readTree({
"childArray" : [
{   sTitle:'Home',
    bIsWebPath:true,
    sUrl:'index.html'
},
{   sTitle:'Chapter Info',
    bIsWebPath:true,
    sUrl:'Chapter_Info.html',"childArray" : [
    {   sTitle:'Background',
        bIsWebPath:true,
        sUrl:'Background.html'
    },
    {   sTitle:'Contact Information',
        bIsWebPath:true,
        sUrl:'Contact_Information.html'
    },
    {   sTitle:'Officers',
        bIsWebPath:true,
        sUrl:'Officers.html'
    },
    {   sTitle:'Chapter Membership',
        bIsWebPath:true,
        sUrl:'Chapter_Membership.html'
    },
    {   sTitle:'Michigan APA Recognition',
        bIsWebPath:true,
        sUrl:'Michigan_APA_Recognition.html'
    },
    {   sTitle:'Privacy Statement',
        bIsWebPath:true,
        sUrl:'Privacy_Statement.html'
    }]
},
{   sTitle:'Meeting Schedule',
    bIsWebPath:true,
    sUrl:'Meeting_Schedule.html',"childArray" : [
    {   sTitle:'Chapter Meeting Schedule',
        bIsWebPath:true,
        sUrl:'Chapter_Meeting_Schedule.html'
    },
    {   sTitle:'Michigan Statewide Conference',
        bIsWebPath:true,
        sUrl:'Michigan_Statewide_Conference.html'
    },
    {   sTitle:'Statewide Downloads',
        bIsWebPath:true,
        sUrl:'Statewide_Downloads.html'
    },
    {   sTitle:'Chapter Meeting History',
        bIsWebPath:true,
        sUrl:'Chapter_Meeting_History.html'
    }]
},
{   sTitle:'Members Area',
    bIsWebPath:true,
    sUrl:'Members_Area.html'
},
{   sTitle:'Job Opportunities',
    bIsWebPath:true,
    sUrl:'Job_Opportunities.html'
},
{   sTitle:'Resources',
    bIsWebPath:true,
    sUrl:'Resources.html',"childArray" : [
    {   sTitle:'Payroll-Related Links',
        bIsWebPath:true,
        sUrl:'Payroll-Related_Links.html'
    },
    {   sTitle:'IRS Payroll Center',
        bIsWebPath:true,
        sUrl:'IRS_Payroll_Center.html'
    },
    {   sTitle:'Chapter Bulletin Board',
        bIsWebPath:true,
        sUrl:'Chapter_Bulletin_Board.html'
    }]
},
{   sTitle:'Sponsors',
    bIsWebPath:true,
    sUrl:'Sponsors.html'
}]
});
