<!--
function openPop() {
if (document.dropdown.choice.selectedIndex==0) return;
if (document.dropdown.choice.selectedIndex==1) { window.open('i-am-a-medical-practice','NewWin','toolbar=no,status=no,width=550,height=450'); }
if (document.dropdown.choice.selectedIndex==2) { window.open('i-am-a-hospital','NewWin','toolbar=no,status=no,width=550,height=450'); }
if (document.dropdown.choice.selectedIndex==3) { window.open('i-am-an-insurance-company','NewWin','toolbar=no,status=no,width=550,height=450'); }
if (document.dropdown.choice.selectedIndex==4) { window.open('i-am-a-medicaid-administrator','NewWin','toolbar=no,status=no,width=550,height=450'); }
if (document.dropdown.choice.selectedIndex==5) { window.open('i-am-a-systems-integrator','NewWin','toolbar=no,status=no,width=550,height=450'); }
}
                                  // Adjust the width and height (given here as 450 and 200) of the pop-ups in the code above.
                                  // change the name of the files above to suit your needs.
// -->
