var customnavtree7 = WpNavBar.readTree({
"childArray" : [
{   sTitle:'Home',
    bIsWebPath:true,
    sUrl:'index.html'
},
{   sTitle:'Gothic',
    bIsWebPath:true,
    sUrl:'gothic.html'
},
{   sTitle:'Necklaces',
    bIsWebPath:true,
    sUrl:'necklaces.html',
    sTarget:'_self'
},
{   sTitle:'Bracelets',
    bIsWebPath:true,
    sUrl:'bracelets.html',
    sTarget:'_self'
},
{   sTitle:'Bookmarks',
    bIsWebPath:true,
    sUrl:'bookmarks.html',
    sTarget:'_self'
},
{   sTitle:'Order Info',
    bIsWebPath:true,
    sUrl:'orderinfo.html',
    sTarget:'_self'
}]
});