var fDesc=new Array(); fDesc[0] = "Soldier Development Solutions provides powerful tools to help Leaders in Today's Army stay on top of Soldier information. With this products, the Leader can manage the information themselves - as opposed to Army provided tools that may not provide the necessary information, or are not easy to customize. Soldier Database is an Electronic Leader's Book, the best and easiest way to track all the information a Leader in Today's Army needs to stay informed. Soldier Database tracks necessary information about Soldiers and equipment. SD3 includes APFT Calculator, Body Fat Calculator, Warrior Tasks, Counseling, Weapons, Equipment and Uniform tracking, Important Dates (birthday, anniversary, etc), Social Information, and much more!"; 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 = ''; } }