<!--
	function issueWarp(dropdown) {
           var URL = dropdown.options[dropdown.selectedIndex].value;
		   if (URL == 0) {
		   		location.href='ehr_cardiovascular.php';
		   } else if (URL == 23) {
               location.href='ehr_allergy.php';
		   } else if (URL == 1) {
               location.href='ehr_cardiovascular.php';
		   } else if (URL == 2) {
               location.href='ehr_colorectal.php';
           } else if (URL == 3) {
               location.href='ehr_dermatology.php';
		   } else if (URL == 4) {
               location.href='ehr_endocrinology.php';
		   } else if (URL == 5) {
               location.href='ehr_primary_care.php';
		   } else if (URL == 6) {
               location.href='ehr_gastroenterology.php';
		   } else if (URL == 7) {
               location.href='ehr_internal_medicine.php';
		   } else if (URL == 8) {
               location.href='ehr_multi_specialty.php';
		   } else if (URL == 22) {
               location.href='ehr_neurology.php';
		   } else if (URL == 9) {
               location.href='ehr_obstetrics.php';
		   } else if (URL == 10) {
               location.href='ehr_oncology.php';
		   } else if (URL == 11) {
               location.href='ehr_ophthalmology.php';
		   } else if (URL == 12) {
               location.href='ehr_optometry.php';
		   } else if (URL == 13) {
               location.href='ehr_orthopedics.php';
		   } else if (URL == 14) {
               location.href='ehr_otolaryngology.php';
		   } else if (URL == 15) {
               location.href='ehr_pain_medicine.php';
		   } else if (URL == 16) {
               location.href='ehr_pediatrics.php';
		   } else if (URL == 17) {
               location.href='ehr_podiatry.php';
		   } else if (URL == 18) {
               location.href='ehr_pulmonary.php';
		   } else if (URL == 19) {
               location.href='ehr_rheumatology.php';
		   } else if (URL == 20) {
               location.href='ehr_urgent_care.php';
		   } else if (URL == 21) {
               location.href='ehr_urology.php';
           } else if (URL == 26) {
               location.href='ehr.php';
		   } else if (URL == 27) {
               location.href='pm.php';
		   } else if (URL == 24) {
               location.href='transaction_services.php';
		   } else if (URL == 25) {
               location.href='revenue_cycle.php';
           } else if (URL == 30) {
               location.href='scanning_services.php';
           } 
       }
-->