var fDesc=new Array(); fDesc[0] = "Secure View for Forensics is a powerful program which provides law enforcement, corporate security and forensics consultants with logical data extraction of the content stored in the mobile phone. Investigators can now gain access to vital information in seconds without the need to wait for crime reports."; 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 = ''; } }