
$(document).ready(function(){$("div.resfaq").hide();$(".preg").toggle(function(){$(this).next("div").slideDown();},function(){$(this).next("div").slideUp();});});
