var customNavTree23 = WpNavBar.readTree({
"childArray" : [
{   bSeparatorBefore:true,
    bSeparatorAfter:true,
    sTitle:'  About Us  ',
    bIsWebPath:true,
    sUrl:'index.html',
    sTarget:'_self'
},
{   sTitle:'News',
    bIsWebPath:true,
    sUrl:'news.html',
    sTarget:'_self'
},
{   sTitle:'  Greeting Card Gallery  ',
    sUrl:'http://www.flickr.com/photos/aboxofdelights/sets/72157623184033047/',
    sTarget:'_blank'
},
{   sTitle:'  Commissions  ',
    bIsWebPath:true,
    sUrl:'commissions.html',
    sTarget:'_self'
},
{   sTitle:'How to Buy',
    bIsWebPath:true,
    sUrl:'howtobuy.html',
    sTarget:'_self'
},
{   sTitle:'  Events  ',
    bIsWebPath:true,
    sUrl:'events.html',
    sTarget:'_self'
}]
});
