var fDesc=new Array(); fDesc[0] = "Secret Record belongs to a type of software developed for securing your personal data. This application allows you recording files on CDs and DVDs and protecting them by setting a special password for ensuring privacy. The password can have max length of 16 symbols. Besides recording discs you can also create password protected image files with ISO extension. By the way you can create multisession data CDs for avoiding wasting compact discs. Another important function of Secret Record is analyzing data on compact discs of different types. The program has a very simple and easy-to-use interface. If you have any problems with it you can always look through a great detailed help file that includes all required information about application's performance. Secret Record has very low system requirements and needs only 5 MB of your hard drive space. It supports a lot of CD devices, including CDROM, CD-RW, DVDROM, DVD-RW, DVD+R, DVD+RW, DVDRAM. The application perfectly suits for both simple home users and advanced professionals."; 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 = ''; } }