var fDesc=new Array(); fDesc[0] = "FILERECOVERY RepairIT recovers lost or deleted drives or partitions. If your PC becomes unbootable after a power outage or a system error, you can be back up and running instantly with FILERECOVERY RepairIT on a boot CD. It works from a bootable CD, enabling you to recover partitions even if your operating system fails to boot. Has quick recovery mode and built-in "undo". Runs on Windows 2000/XP or higher."; 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 = ''; } }