var global_navtree = WpNavBar.readTree({
"childArray" : [
{   sTitle:'About',
    bIsWebPath:true,
    sUrl:'index.htm'
},
{   sTitle:'Be The Change',
    bIsWebPath:true,
    sUrl:'be-the-change.htm'
},
{   sTitle:'Consumer Power',
    bIsWebPath:true,
    sUrl:'good_companies.htm'
},
{   sTitle:'Contact',
    bIsWebPath:true,
    sUrl:'contact.htm'
}]
});
