var global_navtree = WpNavBar.readTree({
"childArray" : [
{   sTitle:'Home',
    bIsWebPath:true,
    sUrl:'index.html'
},
{   sTitle:'About',
    bIsWebPath:true,
    sUrl:'about.html',
    sTarget:'_self'
},
{   sTitle:'Listings',
    bIsWebPath:true,
    sUrl:'listings.html',
    sTarget:'_self'
},
{   sTitle:'Request',
    bIsWebPath:true,
    sUrl:'request.html',
    sTarget:'_self'
}]
});
