function faqHandler(form){
    window.location.href = document.faqs.selector.options[document.faqs.selector.selectedIndex].value;
}