var global_navtree = WpNavBar.readTree({
"childArray" : [
{   sTitle:'Home',
    bIsWebPath:true,
    sUrl:'index.html'
},
{   sTitle:'About',
    bIsWebPath:true,
    sUrl:'about.html',"childArray" : [
    {   sTitle:'Philosophy',
        bIsWebPath:true,
        sUrl:'philosophy.html'
    },
    {   sTitle:'Why Pay for Research?',
        bIsWebPath:true,
        sUrl:'why.html'
    },
    {   sTitle:'Our Services',
        bIsWebPath:true,
        sUrl:'services.html'
    },
    {   sTitle:'Testimonials',
        bIsWebPath:true,
        sUrl:'testimonials.html'
    }]
},
{   sTitle:'Resources',
    bIsWebPath:true,
    sUrl:'resources.html',"childArray" : [
    {   sTitle:'Blog',
        bIsWebPath:true,
        sUrl:'Blog.html'
    },
    {   sTitle:'IFA Forecast Kit',
        bIsWebPath:true,
        sUrl:'forecast.html'
    },
    {   sTitle:'Videos',
        bIsWebPath:true,
        sUrl:'videos.html'
    },
    {   sTitle:'Excel Calculators',
        bIsWebPath:true,
        sUrl:'calculators.html'
    }]
},
{   sTitle:'Contact',
    bIsWebPath:true,
    sUrl:'contact.html'
},
{   sTitle:'Client Area',
    bIsExternal:true,
    sUrl:'http://www.cormorantcapitalstrategies.com/clients/secure.html'
}]
});
