jQuery(document).ready(function(){
    $('img#button_emailus').click(function() {
        $("div.form-contact > fieldset").toggle();
      });
});
