function showFAQ(form) {
form.answer.value = form.question.options[form.question.selectedIndex].value;
}

