function GoMemberFirm() { var selector = document.getElementById('gtiFirmSelector'); var filepath = "/firmclickthrough/"; if (selector.options[selector.selectedIndex].value != "") { try { CaptureExternalClicks(selector.options[selector.selectedIndex].value); } catch (err) { ; } window.open(selector.options[selector.selectedIndex].value,'firmwindow'); } } document.write('
'); document.write(''); document.write('
');