$(document).ready(function () {
    $('.pprvkDiv').click(function () {
	$(this).find('div').slideToggle('normal');
    });
});
