var global_navtree = WpNavBar.readTree({
"childArray" : [
{   sTitle:'Home',
    bIsWebPath:true,
    sUrl:'index.html'
},
{   sTitle:'About PCM',
    bIsWebPath:true,
    sUrl:'page2.html'
},
{   sTitle:'Market Conditions',
    bIsWebPath:true,
    sUrl:'page17.html'
},
{   sTitle:'Commentary',
    bIsWebPath:true,
    sUrl:'page3.html',"childArray" : [
    {   sTitle:'Archive',
        bIsWebPath:true,
        sUrl:'page18.html'
    },
    {   sTitle:'Change May Be Coming!',
        bIsWebPath:true,
        sUrl:'page20.html'
    },
    {   sTitle:'The Increasing Risk of Owning Bonds',
        bIsWebPath:true,
        sUrl:'page21.html'
    },
    {   sTitle:'Maybe Just a Correction?',
        bIsWebPath:true,
        sUrl:'page19.html'
    },
    {   sTitle:'What\'s Next for the Stock Markets?',
        bIsWebPath:true,
        sUrl:'page16.html'
    },
    {   sTitle:'The Rising Tide of Monetary Policy',
        bIsWebPath:true,
        sUrl:'page7.html'
    },
    {   sTitle:'Happy New Year!',
        bIsWebPath:true,
        sUrl:'page10.html'
    },
    {   sTitle:'Thanksgiving',
        bIsWebPath:true,
        sUrl:'page9.html'
    }]
},
{   sTitle:'Disclosures',
    bIsWebPath:true,
    sUrl:'page4.html'
}]
});