var global_navtree = WpNavBar.readTree({
"childArray" : [
{   sTitle:'',
    bIsWebPath:true,
    sUrl:'index.html'
},
{   sTitle:'CONTACT US',
    bIsWebPath:true,
    sUrl:'contact_us.html'
},
{   sTitle:'ACCOUNTS',
    bIsWebPath:true,
    sUrl:'accounts.html'
},
{   sTitle:'PAYMENTS',
    bIsWebPath:true,
    sUrl:'payments.html'
},
{   sTitle:'EVENTS CALENDAR',
    bIsWebPath:true,
    sUrl:'events24.html'
},
{   sTitle:'INVESTORS',
    bIsWebPath:true,
    sUrl:'investors.html'
}]
});
