// JavaScript Document

function setFAQ() {
	if(document.getElementById("topic").value == "Question about my account") {
		x = "<p>You can change your <strong>password</strong> and/or <strong>e-Mail address</strong> in the <em>Control Panel</em> (<strong>User CP</strong>), top left on any Forum page. Although it is possible for us to do this for you, it will be much faster and safer to do it yourself, as we do not generally allow our employees access to either, and never to your payment information.</p><p>Operational questions and instructions about your account are probably covered in the following drop downs under the <strong>'HELP'</strong> tab: Under <a href='http://ouinsider.com/forums/faq.php?faq=te'>Member Privileges &amp; Questions</a> you'll find most of the answers to your questions about an account issue.</p><p>If you are coming over from Scout and have a question about your account, it's probably answered under <a href='http://ouinsider.com/forums/faq.php?faq=scouthelp'>HELP &amp; Disaster Relief for Scout Refugees</a>.</p><p><strong>TIP:</strong> If the site will not allow you to register your old Scout <strong>user name or e-mail</strong>, simply create a 'new identity,' (using a new or ficticious e-Mail accout if necessary), to bypass the system. After you are registered, we can generally alter the information to match your old account.</p>";
	}
	else if(document.getElementById("topic").value == "Question about the message board") {
		x = "<p>Operational questions and instructions about the Forums are detailed under the <strong>'HELP'</strong> tab.</p><p>Your question is likely answered there under <a href='http://ouinsider.com/forums/faq.php?faq=vb_board_usage'>Forum Basics</a> - which outlines basic operations on the OUInsider, including editing your posts, display options and passwords; and <a href='http://ouinsider.com/forums/faq.php?faq=vb_read_and_post'>Forum Options</a> - which covers questions on how to post photos, polls, and how to further set up the Forums to your personal preferences.</p><p>If your question is not answered there - use this 'Contact Us' form.</p><p><strong>TIP:</strong> If you are logged in, many options and personal settings can be changed in your Control Panel (User CP) top left.</p>";
	}
	else if(document.getElementById("topic").value == "Question about the Magazine") {
		x = "<h2>ESPN the Magazine</h2><p>All OUInsider subscribers will now receive <em>ESPN the Magazine</em> as part of their member benefits. Genarally, the magazine will begin coming to you 4 - 6 weeks after you sign up, as it does take a few weeks for ESPN to merge you into (or out of), the subscription list.</p><h2>Sooners Illustrated</h2><p>Some of our annual pay members received <strong><em>Sooners Illustrated</em></strong> as part of their subscription package. As a result of our separation from Scout, we no longer publish or are associated with the magazine.</p><p>Although it is no longer included in our package, it can also be purchased on its own for an annual subscription fee of $44.95.</p><p>Subscription number for <strong><em>Sooners Illustrated: (888) 979.0979</em></strong> (M-F 9-5 PST)</p>";
	}
	else if(document.getElementById("topic").value == "Site Suggestions or Comments") {
		x = "<p>If you have a suggestion on how we could serve Sooner fans more effectively, e-Mail us your comments. If you wish, include your phone number.</p><p><strong>TIP:</strong> If you are reporting a post on the message boards, you can report it directly to the Forum Moderators - (Report) left under the author's user information. Forums are moderated 24 hours a day, but it is impossible to see all immediately.</p><p>Violators posting vulgarities or obscenities will be banned; IP address are reported to Federal Authorites if pornography is involved.</p>";
	}
	else x = '';
	document.getElementById("contact_faq").innerHTML = x;
}
//-->