var global_navtree = WpNavBar.readTree({
"childArray" : [
{   sTitle:'Home',
    bIsWebPath:true,
    sUrl:'index.html'
},
{   sTitle:'About CNJ',
    bIsWebPath:true,
    sUrl:'aboutcnj.html',"childArray" : [
    {   sTitle:'CNJ Management',
        bIsWebPath:true,
        sUrl:'management.html'
    },
    {   sTitle:'CNJ Consultants',
        bIsWebPath:true,
        sUrl:'consultants.html'
    },
    {   sTitle:'Affiliates and Networks',
        bIsWebPath:true,
        sUrl:'affiliatesandnetworks.html'
    }]
},
{   sTitle:'M&A Services',
    bIsWebPath:true,
    sUrl:'m&aservices.html'
},
{   sTitle:'Small Business Solutions',
    bIsWebPath:true,
    sUrl:'smallbusinesssolutions.html'
},
{   sTitle:'Contact Us',
    bIsWebPath:true,
    sUrl:'page5.html'
}]
});
