﻿function KonuOku() {
    $(".ackapa_baslik").click(function() {
        $(this).next(".ackapa").toggle();
    });
}