var global_navtree = WpNavBar.readTree({
"childArray" : [
{   sDescription:'My Biography',
    sTitle:'Bio',
    bIsWebPath:true,
    sUrl:'bio.html',
    sTarget:'_self'
},
{   sTitle:'Portfolio',
    bIsWebPath:true,
    sUrl:'portfolio.html',
    sTarget:'_self'
},
{   sDescription:'Client Access',
    sTitle:'Clients',
    bIsWebPath:true,
    sUrl:'clients.html'
},
{   sDescription:'How to Contact Me',
    sTitle:'Contact',
    bIsWebPath:true,
    sUrl:'contact.html'
}]
});