function hl(id) {
	$$('.faqItem').each(function(item){
		item.removeClass('highQuest');
	});
	$('fi'+id).addClass('highQuest');
}
