var customNavTree2 = WpNavBar.readTree({
"childArray" : [
{   sTitle:'Useful Links',
    bIsWebPath:true,
    sUrl:'links.html'
},
{   sTitle:'Latest Art News',
    bIsWebPath:true,
    sUrl:'art-news.html'
},
{   sTitle:'Privacy Policy',
    bIsWebPath:true,
    sUrl:'privacy.html',
    sTarget:'_self'
}]
});
