var global_navtree = WpNavBar.readTree({
"childArray" : [
{   'sTitle':'Home',
    'bIsWebPath':true,
    'sUrl':'index.html'
},
{   'sTitle':'Fixed Charges',
    'bIsWebPath':true,
    'sUrl':'fixedcharges.html'
},
{   'sTitle':'Self Help',
    'bIsWebPath':true,
    'sUrl':'selfhelp.html'
},
{   'sTitle':'Glossary',
    'bIsWebPath':true,
    'sUrl':'glossary.html'
},
{   'sTitle':'Marketing',
    'bIsWebPath':true,
    'sUrl':'marketing.html'
},
{   'sTitle':'Contact Us',
    'bIsWebPath':true,
    'sUrl':'contactus.html'
}]
});
