function tantargytanar(t) {
$('#tantargyfelho li a').removeClass('active');
if (t) {
$(".node").show();
$(".content .tanarprofil").not("." +t).parent().parent().slideUp(1000);
$("#osszestt").show();
$("#tantargyfelho li a.a"+t).addClass('active');
}
else {
$(".node").slideDown(500);
$("#osszestt").hide();
}
return false;
}