var fDesc=new Array(); fDesc[0] = "The Army Drug Testing Program encompasses the Active Army, National Guard and the Army Reserve. The program is a command program, composed of the soldier, the commander, the Unit Prevention Leader (UPL), the Army Substance Abuse Program (ASAP) staff, the Forensic Toxicology Drug Testing Laboratories (FTDTL), the Medical Review Officer, and the Staff Judge Advocate. The program has three primary goals. First, to deter soldiers from abusing drugs (including illegal drugs and other illicit drugs). Second, as a tool for commanders to assess the security, military fitness, good order and discipline of their commands. Third, to serve as a basis to take appropriate action, adverse or other (including referral for treatment), with a soldier based on a positive test result."; function tShowHide(id, show) { var s = document.getElementById("desc"); if ((s.innerHTML.length<=212 || show==1) && show!=2) { s.innerHTML = fDesc[id]; if (document.getElementById('m1')) document.getElementById('m1').style.display='none'; if (document.getElementById('m2')) document.getElementById('m2').style.display='none'; if (document.getElementById('more_txt')) document.getElementById('more_txt').style.display='inline'; } else { s.innerHTML = ''; } }