var global_navtree = WpNavBar.readTree({
"childArray" : [
{   sTitle:'Home',
    bIsWebPath:true,
    sUrl:'index.html',"childArray" : [
    {   sTitle:'from the director',
        bIsWebPath:true,
        sUrl:'fromthedirector.html'
    },
    {   sTitle:'Garden Club Projects',
        bIsWebPath:true,
        sUrl:'gardenclubprojects.html'
    }]
},
{   bSeparatorBefore:true,
    sTitle:'About Us',
    bIsWebPath:true,
    sUrl:'aboutus.html',"childArray" : [
    {   sTitle:'Executive Board/Committee Chairmen',
        bIsWebPath:true,
        sUrl:'executive boardcommittee chairmen.html'
    },
    {   sTitle:'Blue Star Memorials',
        bIsWebPath:true,
        sUrl:'bluestarmemorials.html'
    },
    {   sTitle:'Board Positions - Job Descriptions',
        bIsWebPath:true,
        sUrl:'boardpositionsjobdescriptions.html'
    },
    {   sTitle:'Standing Rules',
        bIsWebPath:true,
        sUrl:'standingrules.html'
    },
    {   sTitle:'NGC Projects',
        bIsWebPath:true,
        sUrl:'ngcprojects.html'
    }]
},
{   sTitle:'Awards & Contests',
    bIsWebPath:true,
    sUrl:'awards.html',"childArray" : [
    {   sTitle:'Youth Contests',
        bIsWebPath:true,
        sUrl:'youthcontests.html'
    },
    {   sTitle:'New NGC Award Form',
        bIsWebPath:true,
        sUrl:'newngcawardform.html'
    }]
},
{   bSeparatorBefore:true,
    sTitle:'Education/Schools',
    bIsWebPath:true,
    sUrl:'educaton/schools.html'
},
{   sTitle:'CAR States',
    bIsWebPath:true,
    sUrl:'carstates.html'
}]
});
