Code:
<script type="text/javascript">
function showMe(selectMe) {
document.getElementById("Q1").style.display = "none";
document.getElementById("Q2").style.display = "none";
document.getElementById("Q3").style.display = "none";
document.getElementById("Q4").style.display = "none";
document.getElementById("Q5").style.display = "none";
document.getElementById("Q6").style.display = "none";
document.getElementById("Q7").style.display = "none";
document.getElementById("Q8").style.display = "none";
document.getElementById("Q9").style.display = "none";
document.getElementById("Q10").style.display = "none";
document.getElementById("Q11").style.display = "none";
document.getElementById("Q12").style.display = "none";
document.getElementById("Q13").style.display = "none";
document.getElementById("Q14").style.display = "none";
if (selectMe != "selection") {
document.getElementById(selectMe).style.display = "block";
}
}
</script>
<br><br>
<select onChange="showMe(this.value)" name="menu" style='border: solid 1px #00CCCC; background-color: #CCCCCC; width: 85%; text-align: left; padding: 2px;'>
<option value="selection">Select Question...</option>
<option value="Q1">1) How do I look at the source code?</option>
<option value="Q2">2) What are egg pages?</option>
<option value="Q3">3) Will I need Photo Shop to complete this game?</option>
<option value="Q4">4) How come, when I convert a file to the format it says I need, I still can't find the clues I am supposed to find?</option>
<option value="Q5">5) I found a code, but I don't know how to decode it. Will someone tell me what it says so I can move on?</option>
<option value="Q6">6) I don't know how to use [some program name]. Can someone tell me what I need to do?</option>
<option value="Q7">7) I am not running a "required system" and I don't know how to find summary information on a file. Can someone just give me the answer?</option>
<option value="Q8">8) Why are the hints in the threads so obscure?</option>
<option value="Q9">9) Some of my forum posts now say "spoiler edit" in the place of some of my words. Am I in trouble for posting spoilers without meaning to?</option>
<option value="Q10">10) I noticed my posts have disappeared and my post count has gone down. Why did my previous posts disappear?</option>
<option value="Q11">11) CWoT is awesome! Can I be a Moderator too?</option>
<option value="Q12">12) While searching the internet with the clues I found I came across a site that had the spoilers in it.What can be done?</option>
<option value="Q13">13) Am I allowed to post links to other games in the CWoT forum?
<option value="Q14">14) When I make a post or send a PM, Bubba Loves Me shows up in place of some of my words. Why?</option>
</select>
</p>
Bookmarks