function faq_showQuestion(id) {
	$('#faq-question-'+id).slideToggle('slow');
}
