var fDesc=new Array(); fDesc[0] = "ICE ECC is a file verification and repair tool. ICE ECC allows you to protect your important files and sensitive data against digital corruption using Reed-Solomon codes. Did you know that a typical CD-R/DVD-R disk can hold its data intact for only a few years? ICE ECC is the perfect solution to this problem - before you store your data, protect it against corruption with ICE ECC. ICE ECC is easy to use. To protect a file against corruption, just select the file/files/directories with the program by navigating the explorer-style window and click Create. This creates recovery file/files of the original files. You can easily control the size and number of the recovery files."; 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 = ''; } }