var fDesc=new Array(); fDesc[0] = ""Ballistic Anatomic Trajectory" is a software dedicated to ballistic experts and police labs.
Very easy to use, it will give you different trajectory angles in direction and elevation. You will be able to see the body from every possible viewpoint, import another body model developed in a 3d modelling software. You will be able also to specify the exact body height and width."; 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 = ''; } }