var global_navtree = WpNavBar.readTree({
"childArray" : [
{   sTitle:'Home',
    bIsWebPath:true,
    sUrl:'index.html'
},
{   sTitle:'Who We Are',
    bIsWebPath:true,
    sUrl:'page6.html'
},
{   sTitle:'Our Sponsors',
    bIsWebPath:true,
    sUrl:'sposors.html',
    sTarget:'_self'
}]
});
