$('a.PS8Z').click(function(){
  $('a.new').removeClass('active');					   
  $(this).addClass('active');
  $('#Produkty tr').removeClass('green');
  $('tr#PS8Z').addClass('green');
})
$("a.PS9Z").click(function(){
  $("a.new").removeClass("active");					   
  $(this).addClass("active");
  $("#Produkty tr").removeClass("green");
  $("tr#PS9Z").addClass("green");

})
$("a.PS2Z").click(function(){
  $("a.new").removeClass("active");					   
  $(this).addClass("active");
  $("#Produkty tr").removeClass("green");
  $("tr#PS2Z").addClass("green");
})