var customNavTree9 = WpNavBar.readTree({
"childArray" : [
{   sTitle:'Artists & Authors',
    sUrl:'Artists.html'
},
{   sTitle:'Sarah Lawrence',
    sUrl:'Lawrence.html'
},
{   sTitle:'The Decorated Surface',
    sUrl:'TDS.html'
},
{   sTitle:'Simply Fused',
    sUrl:'SimplyFused.html'
},
{   sTitle:'Liz Welch',
    sUrl:'Liz_Welch.html',"childArray" : [
    {   sTitle:'Bend It Make It Cards',
        sUrl:'Cards_DVD.html'
    },
    {   sTitle:'Bend It Shape It',
        sUrl:'BendItShapeIt.html'
    },
    {   sTitle:'Fashion 2006',
        sUrl:'Fashion_show.html'
    },
    {   sTitle:'Fashion 2007',
        sUrl:'page36.html'
    }]
}]
});
