var global_navtree = WpNavBar.readTree({
"childArray" : [
{   sTitle:'Home',
    bIsWebPath:true,
    sUrl:'index.html'
},
{   sTitle:'Biography',
    bIsWebPath:true,
    sUrl:'biography.html'
},
{   sTitle:'Performance',
    bIsWebPath:true,
    sUrl:'performance.html'
},
{   sTitle:'Teaching',
    bIsWebPath:true,
    sUrl:'teaching.html'
},
{   sTitle:'Contact',
    bIsWebPath:true,
    sUrl:'contact.html'
}]
});
