function akki(id) {
    jQuery('#faq_a_'+id).slideToggle('slow');
}

