var customnavtree4 = WpNavBar.readTree({
"childArray" : [
{   sTitle:'Special Needs',
    bIsWebPath:true,
    sUrl:'page34.html',
    sTarget:'_self'
},
{   sTitle:'What is Salvation',
    bIsWebPath:true,
    sUrl:'salvation.html'
},
{   sTitle:'Recommended Reading',
    bIsWebPath:true,
    sUrl:'page50.html',
    sTarget:'_self'
},
{   sTitle:'About Us',
    bIsWebPath:true,
    sUrl:'about.html'
},
{   sTitle:'Site Map',
    bIsWebPath:true,
    sUrl:'sitemap.html'
}]
});