var customNavTree1 = WpNavBar.readTree({
"childArray" : [
{   sTitle:'Home',
    bIsWebPath:true,
    sUrl:'index.htm'
},
{   sTitle:'Committees',
    sUrl:'',
    sTarget:'_self',"childArray" : [
    {   sTitle:'Block Party',
        bIsWebPath:true,
        sUrl:'blockparty.html',
        sTarget:'_self'
    },
    {   sTitle:'Library',
        bIsWebPath:true,
        sUrl:'library.html',
        sTarget:'_self'
    },
    {   sTitle:'Philanthropy',
        bIsWebPath:true,
        sUrl:'philanthropy.html',
        sTarget:'_self'
    },
    {   sTitle:'Programs/Workshops',
        bIsWebPath:true,
        sUrl:'programs.html',
        sTarget:'_self'
    },
    {   sTitle:'Show & Tell',
        bIsWebPath:true,
        sUrl:'showtell.html',
        sTarget:'_self'
    }]
},
{   sTitle:'Other Links',
    sUrl:'',
    sTarget:'_self',"childArray" : [
    {   sTitle:'Forms',
        bIsWebPath:true,
        sUrl:'forms.html',
        sTarget:'_self',"childArray" : [
        {   sTitle:'Show & Tell',
            bIsWebPath:true,
            sUrl:'forms/Show & Tell List.pdf',
            sTarget:'_self'
        },
        {   sTitle:'Membership Renewal',
            bIsWebPath:true,
            sUrl:'forms/Membership Form 2010.pdf',
            sTarget:'_self'
        }]
    },
    {   sTitle:'Opportunity Quilt',
        bIsWebPath:true,
        sUrl:'opportunity.html',
        sTarget:'_self'
    },
    {   sTitle:'Recipes',
        bIsWebPath:true,
        sUrl:'recipes.html',
        sTarget:'_self'
    }]
},
{   sTitle:'Contacts',
    bIsWebPath:true,
    sUrl:'contacts.html'
},
{   sTitle:'About Us',
    bIsWebPath:true,
    sUrl:'about.html',
    sTarget:'_self'
},
{   sTitle:'Quilt Show',
    sUrl:'http://www.quiltinginthevalleyshow.com',
    sTarget:'_blank'
},
{   sTitle:'Site Map',
    bIsWebPath:true,
    sUrl:'sitemap.html'
}]
});