var fDesc=new Array(); fDesc[0] = "Quickly bring the events in your case into clear focus with TimeMap. A new Spreadsheet View, global search-and-replace feature, expanded image capabilities and improved date display tools give you unmatched flexibility, automation, ease of use and control.
TimeMap helps you transform facts in your case into a visual timeline of events in minutes—no graphic expertise required! Visual timelines make it easy for your litigation team, witnesses, clients, the judge, jurors and other key players to understand the sequence of events in a case. And with TimeMap you keep production costs low at pennies per timeline."; 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 = ''; } }