<!--
function faqSelect(){
str = "";
str += '<form name="selectFaq">';
str += '<select name="select_faq_category" onchange="location = this.options[this.selectedIndex].value;" >';
str += '<option value="/common/faq/faq.html?from='
document.write(str);
document.write(pName);
str = "";
str += '" >Select FAQ Category</option>';

str += '<option value="/common/faq/faq_patient_invoices.html?from=';
document.write(str);
document.write(pName);
str = "";
str += '" >Patient Invoices FAQ</option>';

str += '<option value="/common/faq/faq_patient_service.html?from=';
document.write(str);
document.write(pName);
str = "";
str += '" >Patient Service FAQ</option>';

str += '<option value="/common/faq/faq_connectivity.html?from=';
document.write(str);
document.write(pName);
str = "";
str += '" >Health Care Provider Connectivity FAQ</option>';

str += '<option value="/common/faq/faq_health_care_provider_service.html?from=';
document.write(str);
document.write(pName);
str = "";
str += '" >Health Care Provider Service FAQ</option>';

str += '<option value="/common/validatelink/jsp/validate_link.jsp?alias=4">Investor Relations FAQ</option>';

str += '</select>';
str += '</form>';
document.write(str);
}
//-->
