$(function() {
  $("#iconselect").click(function(){
    $("#iconselectholder").slideToggle("fast");
  });
});
