function showFaq(id) {    document.getElementById(id).style.display = "block";}
