   $(function(){

    $('#amigo_formulario').hide()

    $('#amigo_imagem').click(function(){

     $(this).next().slideToggle()

     return false

	})

   })