var fDesc=new Array(); fDesc[0] = "Mobile Phone Examiner Plus (MPE+) by AccessData is a standalone mobile device investigation solution that includes enhanced smart device acquisition and analysis capabilities. With a different approach to the digital mobile forensics, MPE+ allows mobile forensic examiners to take control of the investigation by providing them with unique tools necessary to quickly collect, easily identify and effectively obtain the key data other solutions miss. MPE+ provides ANY organization with an integrated solution to address BYOD Risk, Big Data and Mobile Device Evidence, all in one tool."; 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 = ''; } }