var global_navtree = WpNavBar.readTree({
"childArray" : [
{   sTitle:'Home',
    bIsWebPath:true,
    sUrl:'index.html'
},
{   sTitle:'Leith Ridley',
    bIsWebPath:true,
    sUrl:'leith.html',
    sTarget:'_self'
},
{   sTitle:'Paintings',
    bIsWebPath:true,
    sUrl:'paintings.html',
    sTarget:'_self'
},
{   sTitle:'Commissions',
    bIsWebPath:true,
    sUrl:'commissions.html',
    sTarget:'_self'
},
{   sTitle:'Links',
    bIsWebPath:true,
    sUrl:'links.html',
    sTarget:'_self'
},
{   sTitle:'Blog',
    bIsWebPath:true,
    sUrl:'blog.html',
    sTarget:'_self'
}]
});