$(function() {
	$('table.news td.button.withPicture').click(function() {
		$('tr.description div.container', $(this).parents('table.news')).toggle();
	});
});
