var global_navtree = WpNavBar.readTree({
"childArray" : [
{   sTitle:'Home',
    bIsWebPath:true,
    sUrl:'index.html'
},
{   sTitle:'Bio',
    bIsWebPath:true,
    sUrl:'bio.html',
    sTarget:'_self'
},
{   sTitle:'Clients',
    bIsWebPath:true,
    sUrl:'clients.html',
    sTarget:'_self'
},
{   sTitle:'Exhibitions',
    bIsWebPath:true,
    sUrl:'exhibitions.html',
    sTarget:'_self'
},
{   sTitle:'Contact',
    bIsWebPath:true,
    sUrl:'contact.html',
    sTarget:'_self'
}]
});