var customNavTree17 = WpNavBar.readTree({
"childArray" : [
{   sTitle:'Home',
    bIsWebPath:true,
    sUrl:'home.html'
},
{   sTitle:'NP D-Fy?',
    bIsWebPath:true,
    sUrl:'npdfy.html',"childArray" : [
    {   sTitle:'News',
        bIsWebPath:true,
        sUrl:'news.html',"childArray" : [
        {   sTitle:'Photos',
            bIsWebPath:true,
            sUrl:'photos.html'
        }]
    }]
},
{   sTitle:'Tag-It',
    bIsWebPath:true,
    sUrl:'tagit.html',"childArray" : [
    {   sTitle:'Tag-it Photos',
        bIsWebPath:true,
        sUrl:'tagitphotos.html',
        sTarget:'_self'
    }]
},
{   sTitle:'Business Partners',
    bIsWebPath:true,
    sUrl:'businesspartners.html',"childArray" : [
    {   sTitle:'Participating Businesses',
        bIsWebPath:true,
        sUrl:'participatingbusinesses.html'
    },
    {   sTitle:'Walk the Walk',
        bIsWebPath:true,
        sUrl:'wtw.html'
    }]
},
{   sTitle:'Contributing Partners',
    bIsWebPath:true,
    sUrl:'contributingpartners.html'
},
{   sTitle:'Volunteer',
    bIsWebPath:true,
    sUrl:'page10.html'
},
{   sTitle:'Resources',
    bIsWebPath:true,
    sUrl:'resources.html'
},
{   sTitle:'Events',
    bIsWebPath:true,
    sUrl:'events.html'
},
{   sTitle:'Contact Us',
    bIsWebPath:true,
    sUrl:'contact.html'
},
{   sTitle:'Venice D-Fy',
    sUrl:'http://www.Venice-D-Fy.com',
    sTarget:'_top'
},
{   sTitle:'North Port CHAT',
    sUrl:'http://www.northportchat.com',
    sTarget:'_blank'
}]
});
