var fDesc=new Array(); fDesc[0] = "Tableau Imager has the ability to customize destination path and file name conventions by using user specified strings and/or variables such as date+time. Also, this tool can schedule jobs for sequential or simultaneous imaging. Tableau Imager is a useful application that was built to improve your forensic imaging productivity."; 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 = ''; } }