var customNavTree1 = WpNavBar.readTree({
"childArray" : [
{   sTitle:'Home',
    bIsWebPath:true,
    sUrl:'index.html',
    sTarget:'_self'
},
{   sTitle:'Art',
    bIsWebPath:true,
    sUrl:'art.html'
},
{   sTitle:'Eat',
    bIsWebPath:true,
    sUrl:'eat.html'
},
{   sTitle:'Shop',
    bIsWebPath:true,
    sUrl:'shop.html'
},
{   sTitle:'Party',
    bIsWebPath:true,
    sUrl:'party.html'
},
{   sTitle:'Coffee',
    bIsWebPath:true,
    sUrl:'coffee.html'
},
{   sTitle:'Ink',
    bIsWebPath:true,
    sUrl:'ink.html'
},
{   sTitle:'Pamper',
    bIsWebPath:true,
    sUrl:'pamper.html',
    sTarget:'_self'
},
{   sTitle:'Sleep',
    bIsWebPath:true,
    sUrl:'sleep.html'
},
{   sTitle:'Picnic',
    bIsWebPath:true,
    sUrl:'picnic.html',
    sTarget:'_self'
},
{   sTitle:'Tour',
    bIsWebPath:true,
    sUrl:'tour.html'
},
{   sTitle:'Kids',
    bIsWebPath:true,
    sUrl:'kids.html',
    sTarget:'_self'
},
{   sTitle:'Art Events',
    bIsWebPath:true,
    sUrl:'events.html',
    sTarget:'_self'
},
{   sTitle:'WP News',
    bIsWebPath:true,
    sUrl:'news.html',
    sTarget:'_self'
},
{   sTitle:'Reviews',
    bIsWebPath:true,
    sUrl:'gadfly.html',
    sTarget:'_self'
},
{   sTitle:'Talk',
    bIsWebPath:true,
    sUrl:'talk.html',
    sTarget:'_self'
},
{   sTitle:'Visit',
    bIsWebPath:true,
    sUrl:'gethere.html',
    sTarget:'_self'
},
{   sTitle:'About',
    bIsWebPath:true,
    sUrl:'about.html'
}]
});
