var global_navtree = WpNavBar.readTree({
"childArray" : [
{   'sTitle':'Home',
    'bIsWebPath':true,
    'sUrl':'index.html'
},
{   'sTitle':'Medicaid v Medicare',
    'bIsWebPath':true,
    'sUrl':'medex.html'
},
{   'sTitle':'The Process',
    'bIsWebPath':true,
    'sUrl':'process.html'
},
{   'sTitle':'FAQ',
    'bIsWebPath':true,
    'sUrl':'faq.html'
},
{   'sTitle':'Then vs. Now',
    'bIsWebPath':true,
    'sUrl':'tvn.html'
}]
});
