var customNavTree5 = WpNavBar.readTree({
"childArray" : [
{   sTitle:' Home page',
    bIsWebPath:true,
    sUrl:'index.html',
    sTarget:'_self'
},
{   sTitle:'About Uri',
    bIsWebPath:true,
    sUrl:'about uri.html'
},
{   sTitle:'Workshops/Lectures',
    bIsWebPath:true,
    sUrl:'workshops.html'
},
{   sTitle:'Tottering Bipeds Gallery',
    bIsWebPath:true,
    sUrl:'gallery.html',
    sTarget:'_self'
}]
});
