$(document).ready(function() { 
	$('a.opakomShow').click(function() {
   	$('span.opakom').toggle('slow');
   	return false;
	});
});

