var customnavtree3 = WpNavBar.readTree({
"childArray" : [
{   sTitle:'Home',
    bIsWebPath:true,
    sUrl:'index.htm'
},
{   sTitle:'New Publications',
    bIsWebPath:true,
    sUrl:'newpublications.html'
},
{   sTitle:'Contact Us',
    bIsWebPath:true,
    sUrl:'contact.htm'
},
{   sTitle:'Composers',
    bIsWebPath:true,
    sUrl:'composers.htm',
    sTarget:'_self'
}]
});
