var customNavTree1 = WpNavBar.readTree({
"childArray" : [
{   sTitle:'Home',
    sUrl:'http://sfvqa.org/index.htm'
},
{   sTitle:'Committees',
    sUrl:'',
    sTarget:'_self',"childArray" : [
    {   sTitle:'Block Party',
        sUrl:'http://sfvqa.org/blockparty.html',
        sTarget:'_self'
    },
    {   sTitle:'Library',
        sUrl:'http://sfvqa.org/library.html',
        sTarget:'_self',"childArray" : [
        {   sTitle:'News',
            sUrl:'http://sfvqa.org/news.html',
            sTarget:'_self'
        },
        {   sTitle:'By Author',
            sUrl:'http://sfvqa.org/libraryauthor.html',
            sTarget:'_self'
        },
        {   sTitle:'By Title',
            sUrl:'http://sfvqa.org/librarytitle.html',
            sTarget:'_self'
        }]
    },
    {   sTitle:'Philanthropy',
        sUrl:'http://sfvqa.org/philanthropy.html',
        sTarget:'_self'
    },
    {   sTitle:'Show & Tell',
        sUrl:'',
        sTarget:'_self',"childArray" : [
        {   sTitle:'2010',
            sUrl:'http://sfvqa.org/showtell2010.html',
            sTarget:'_self'
        },
        {   sTitle:'2011',
            sUrl:'http://sfvqa.org/showtell2011.html',
            sTarget:'_self'
        }]
    },
    {   sTitle:'Programs/Workshops',
        sUrl:'http://sfvqa.org/programs.html',
        sTarget:'_self'
    }]
},
{   sTitle:'Other Links',
    sUrl:'',
    sTarget:'_self',"childArray" : [
    {   sTitle:'Forms',
        sUrl:'http://sfvqa.org/forms.html',
        sTarget:'_self',"childArray" : [
        {   sTitle:'Check Request',
            sUrl:'http://sfvqa.org/forms/CheckRequest.pdf',
            sTarget:'_blank'
        },
        {   bSeparatorAfter:true,
            sTitle:'Cash Receipts',
            sUrl:'http://sfvqa.org/forms/CashReceipts.pdf',
            sTarget:'_blank'
        },
        {   sTitle:'Membership Renewal',
            sUrl:'http://sfvqa.org/forms/SFVQA Membership form 2011-12 (3).pdf',
            sTarget:'_blank'
        }]
    },
    {   sTitle:'Opportunity Quilt',
        sUrl:'http://sfvqa.org/opportunity.html',
        sTarget:'_self'
    },
    {   sTitle:'Recipes',
        sUrl:'http://sfvqa.org/recipes.html',
        sTarget:'_self'
    }]
},
{   sTitle:'Contacts',
    sUrl:'http://sfvqa.org/contacts.html'
},
{   sTitle:'About Us',
    sUrl:'http://sfvqa.org/about.html',
    sTarget:'_self'
},
{   sTitle:'Quilt Show',
    sUrl:'http://www.quiltinginthevalleyshow.com',
    sTarget:'_blank'
},
{   sTitle:'Vets Quilt Project',
    sUrl:'\http://lavetsquiltproj.org/',
    sTarget:'_blank'
}]
});
