var customNavTree2 = WpNavBar.readTree({
"childArray" : [
{   sTitle:'Home',
    bIsWebPath:true,
    sUrl:'index.html'
},
{   sTitle:'Discounts',
    bIsWebPath:true,
    sUrl:'discounts.html'
},
{   sTitle:'Fundraisers',
    bIsWebPath:true,
    sUrl:'fundraisers.html',"childArray" : [
    {   sTitle:'Training',
        bIsWebPath:true,
        sUrl:'fundraising101.html',
        sTarget:'_self'
    },
    {   sTitle:'Support',
        bIsWebPath:true,
        sUrl:'support.html',
        sTarget:'_self'
    },
    {   sTitle:'Tools',
        bIsWebPath:true,
        sUrl:'tools.html',
        sTarget:'_self'
    },
    {   sTitle:'Customize',
        bIsWebPath:true,
        sUrl:'custom.html',
        sTarget:'_self'
    }]
},
{   sTitle:'Advertising',
    bIsWebPath:true,
    sUrl:'advertising.html'
},
{   sTitle:'About Us',
    bIsWebPath:true,
    sUrl:'about.html',
    sTarget:'_self'
},
{   sTitle:'Contact Us',
    bIsAnchor:true,
    bIsWebPath:true,
    sUrl:'about.html#Contact',
    sTarget:'_self'
},
{   sTitle:'Purchase',
    bIsWebPath:true,
    sUrl:'purchase.html'
},
{   sTitle:'Activate',
    bIsWebPath:true,
    sUrl:'activate.html'
}]
});
