var fDesc=new Array(); fDesc[0] = "Forensic Express is designed for law enforcement agencies, police, detectives or investigators who need an on-the-go tool to perform fast one-touch extractions from any phone. The software is optimized for a tablet running Windows allowing for a simple one-touch extraction. Select the right cable, connect the phone, tap whatever data you want to extract from call logs, SMS, MMS, app data (e.g. WhatsApp, Skype, Dropbox, Evernote), contacts, files, photos, videos, recordings and documents and then tap Extract."; 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 = ''; } }