var fDesc=new Array(); fDesc[0] = "Dummy File Creator is a very small freeware application which is very useful for testing the speed of your network and hard disk. Its functionality can be further used to check the speed of CD burning tasks. Thus this software is a complete speed monitor for your personal computer. Dummy File Creator is used to generate files of any size with ease and speed. The program allows users to select the files to be compressible or non-compressible.

Moreover, the Dummy File Creator software can also be used to create pseudo files. Pseudo files are fake files which can be used to prevent or just slow down the spread of illegal copies of your software. These fake files containing randomly generated content are put along with with your encrypted files. This will make the task of finding/decrypting your files difficult for crackers. Furthermore, the Dummy File creator can also be used to permanently delete the data off the hard-drive which is not possible using the standard Windows format. Formating only modifies the file allocation table and data can be recovered afterwards. The software is compatible with almost all common Windows version such as 98, 2000, NT, Me and XP."; 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 = ''; } }