$(document).ready(function() {
	$(".blok_o_6754 table td:last-child").each(function(){
		$(this).addClass('magento');
	});
	$(".blok_o_6754 table td:first-child").each(function(){
		$(this).addClass('prvni');
	});
	$(".uvod_3z5_i table tr:first-child td").each(function(){
		$(this).addClass('prvni_rada');
	});

	$(".blok_o_7119 table td").each(function(){
		if($(this).text() == 'ano') {
			$(this).html('<img src="/theme/polyweb.cz/pic/ok.png" title="ano" alt="" />');
		}
		if($(this).text() == '–') {
			$(this).html('<img src="/theme/polyweb.cz/pic/ko.gif" title="-" alt="" />');
		}
	});

	$(".blok_o_6754 table td").each(function(){
		if($(this).text() == 'ano') {
			$(this).html('<img src="/theme/polyweb.cz/pic/ok.png" title="ano" alt="" />');
		}
		if($(this).text() == '–') {
			$(this).html('<img src="/theme/polyweb.cz/pic/ko.gif" title="-" alt="" />');
		}
	});
});
