function showBracelet(img) {
  $('#bracelet-viewer').attr('src', 'images/bracelets/'+img);
}
