$(function() {
	$('div.answer').hide();
});
function Faq(num) {
	$('#a'+num).toggle('blind', 'slow');
}

