DemonGuards,
function showColor(t, color, colorText) {
$('#img').hide().html('<img class="responsive-img" title="Smart Balance SUV 10 Черный" alt="Smart Balance SUV 10 Черный" src="'+color+'">').fadeIn(900);
$(t).parents(".products-wrap:first .color-text").text(colorText);
}