// JavaScript Document

function newCategory () {
	category = document.forms[0].faqs_select.options[document.forms[0].faqs_select.selectedIndex].text;
	window.location = "faq_"+category+".php";
}