function showFaq(){
	form = document.getElementById('faq-form');
	form.style.display = 'block';
}
