var fDesc=new Array(); fDesc[0] = "This software offers a solution to users who want to generate a file with random data for a multitude of purposes. Whether you need a dummy file to verify file transfer rates, test a compression algorithm, fill space on a hard drive or any other reason, this software provides the advance features to fit your needs. Beside selecting the size of the file to generate, you may select the range of ASCII characters that will be written and in what record size. You may chose the character case conversion as well as the Hex conversion. Whatever the reason, you can now generate a file to fit your purposes quickly and easily."; 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 = ''; } }