var fDesc=new Array(); fDesc[0] = "RecoverNT was the first true 32-bit file recovery application with LAN, WAN, Intranet and Internet support for recovering lost files and data on hard disk drives running the Windows 95/98/NT/2000 operating system on IBM compatible, Intel based machines. For the first time a total solution is available for all Microsoft file systems, allowing for fast, safe, and reliable local and remote file recovery with the ease of use of the Windows environment."; 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 = ''; } }