var global_navtree = WpNavBar.readTree({
"childArray" : [
{   'sTitle':'Home',
    'bIsWebPath':true,
    'sUrl':'index.html'
},
{   'sTitle':'Our Services',
    'bIsWebPath':true,
    'sUrl':'page2.html',"childArray" : [
    {   'sTitle':'Consumer Finance & Contract Funding',
        'bIsWebPath':true,
        'sUrl':'page3.html'
    },
    {   'sTitle':'Overview of Services',
        'bIsAnchor':true,
        'bIsWebPath':true,
        'sUrl':'page2.html#SERVICES'
    }]
},
{   'sTitle':'About',
    'bIsWebPath':true,
    'sUrl':'page4.html'
},
{   'sTitle':'Contact',
    'bIsWebPath':true,
    'sUrl':'page5.html'
}]
});
