var nav_3tree = WpNavBar.readTree({
"childArray" : [
{   'sTitle':'About Artist',
    'bIsExternal':true,
    'bIsWebPath':true,
    'sUrl':'about-andi.html',
    'sTarget':'_self'
},
{   'sTitle':'Design Process',
    'bIsExternal':true,
    'bIsWebPath':true,
    'sUrl':'design process.html',
    'sTarget':'_self'
},
{   'sTitle':'Catalog',
    'bIsExternal':true,
    'bIsWebPath':true,
    'sUrl':'catalog.html',
    'sTarget':'_self'
},
{   'sTitle':'Testimonials',
    'bIsExternal':true,
    'bIsWebPath':true,
    'sUrl':'testimonials.html',
    'sTarget':'_self'
}]
});
