var fDesc=new Array(); fDesc[0] = "Wise Forensics has created a powerful toolkit revolutionize the Computer Forensics Field. With the all new iOS MobileSync support allows investigators greater tools to analyze iOS device backups such as the iPhone and iPad.
Wise Forensics has created a powerful file carver that allows you to carve and view the results as they appear."; 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 = ''; } }