var customnavtree4 = WpNavBar.readTree({
"childArray" : [
{   sTitle:'30 Day Money Back Guarantee',
    bIsWebPath:true,
    sUrl:'guarantee.html',
    sTarget:'_self'
},
{   sTitle:'Control Panel',
    bIsWebPath:true,
    sUrl:'controlpanel.html'
},
{   sTitle:'FAQ',
    bIsWebPath:true,
    sUrl:'faq.html'
},
{   sTitle:'Compare Plans',
    bIsWebPath:true,
    sUrl:'compareplans.html'
},
{   sTitle:'Cancellation and Refunds',
    bIsWebPath:true,
    sUrl:'cancellations.html',
    sTarget:'_self'
},
{   sTitle:'Policies',
    bIsWebPath:true,
    sUrl:'policies.html',
    sTarget:'_self'
},
{   sTitle:'Website Templates',
    bIsWebPath:true,
    sUrl:'webtemplates.html',
    sTarget:'_self'
}]
});