Efect = ({
	indique : function(id)
	{
		$('#comentario').show();
		$('#divIndique').hide(); 		
 	},
 	comentario : function(id)
	{
		$('#comentario').hide();
		$('#divIndique').show(); 		
 	}
});