var global_navtree = WpNavBar.readTree({
"childArray" : [
{   sTitle:'Home',
    bIsWebPath:true,
    sUrl:'index.html'
},
{   sTitle:'The Collection',
    bIsWebPath:true,
    sUrl:'collection.html',
    sTarget:'_self',"childArray" : [
    {   sTitle:'Belt Buckles',
        bIsWebPath:true,
        sUrl:'beltbuckles.html',
        sTarget:'_self'
    },
    {   sTitle:'Pendants',
        bIsWebPath:true,
        sUrl:'pendants.html',
        sTarget:'_self'
    },
    {   sTitle:'Watches',
        bIsWebPath:true,
        sUrl:'watches.html',
        sTarget:'_self'
    }]
},
{   sTitle:'The Designer',
    bIsWebPath:true,
    sUrl:'bio.html',
    sTarget:'_self'
},
{   sTitle:'Press/Celebrities',
    bIsWebPath:true,
    sUrl:'pressandcelebrities.html'
},
{   sTitle:'Crystal Library',
    bIsWebPath:true,
    sUrl:'crystallibrary.html',
    sTarget:'_self'
},
{   sTitle:'Contact',
    bIsWebPath:true,
    sUrl:'contact.html',
    sTarget:'_self'
}]
});