$(document).ready(function() {
  $("#show-more-info-button").click(function () {	$("#manufacturer-info-more").slideToggle(); });
});