var global_navtree = WpNavBar.readTree({
"childArray" : [
{   sTitle:'Home',
    bIsWebPath:true,
    sUrl:'index.htm'
},
{   sTitle:'Founder',
    bIsWebPath:true,
    sUrl:'founder.htm'
},
{   sTitle:'News',
    bIsWebPath:true,
    sUrl:'news.htm'
},
{   sTitle:'Sample Savings',
    bIsWebPath:true,
    sUrl:'samplesavings.htm'
},
{   sTitle:'Clients',
    bIsWebPath:true,
    sUrl:'clients.htm'
},
{   sTitle:'Client Testimonials',
    bIsWebPath:true,
    sUrl:'testimonials.htm'
},
{   sTitle:'FAQ',
    bIsWebPath:true,
    sUrl:'faq.htm'
},
{   sTitle:'Free Review',
    bIsWebPath:true,
    sUrl:'freereview.htm'
},
{   sTitle:'Contact',
    bIsWebPath:true,
    sUrl:'contact.htm'
}]
});