var fDesc=new Array(); fDesc[0] = "Mount Image Pro enables mounting of forensic disk images of various formats including EnCase E01, AccessData AD1, Forensic File Format AFF, ProDiscover, Safeback v2, SMART, and XWays .CTR. It can also work with common image formats of VMWare, Microsoft VHD, Apple DMG, and ISO (CD and DVD images)."; 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 = ''; } }