var customNavTree24 = WpNavBar.readTree({
"childArray" : [
{   sTitle:'home',
    bIsWebPath:true,
    sUrl:'index.html'
},
{   sTitle:'custom charm necklaces',
    sUrl:'#',"childArray" : [
    {   sTitle:'signature collection',
        bIsWebPath:true,
        sUrl:'signaturecollectionpg1.html'
    },
    {   sTitle:'signature gold collection',
        bIsWebPath:true,
        sUrl:'signaturegold.html'
    },
    {   sTitle:'monogram medallions',
        bIsWebPath:true,
        sUrl:'medallions.html',
        sTarget:'_self'
    }]
},
{   sTitle:'mens collection',
    bIsWebPath:true,
    sUrl:'menscollection.html',
    sTarget:'_self'
},
{   sTitle:'blessings collection',
    bIsWebPath:true,
    sUrl:'blessings.html',
    sTarget:'_self'
},
{   sTitle:'words of faith',
    bIsWebPath:true,
    sUrl:'wordsoffaith.html'
},
{   sTitle:'sentiment pebbles',
    bIsWebPath:true,
    sUrl:'pebbles.html'
},
{   sTitle:'\"one word\" bracelet',
    bIsWebPath:true,
    sUrl:'page32.html',
    sTarget:'_self'
},
{   sTitle:'bead cascade collection',
    bIsWebPath:true,
    sUrl:'beads.html',
    sTarget:'_self'
},
{   sTitle:'gift certificates',
    bIsWebPath:true,
    sUrl:'gift certificates.html',
    sTarget:'_self'
},
{   sTitle:'portfolio',
    bIsWebPath:true,
    sUrl:'portfolio.html'
}]
});
