var fDesc=new Array(); fDesc[0] = "DenCopy Pro is a professional program is designed to create a completely identical copies of DVD-movies, Audio, Soft and other. Supports copying any disc and files from your hard drive (file or folder). To make a clone of the disk or file from your hard disk, you need only take a few steps dialogue program. This is 100% duplication of data without losing data. It is very simple and intuitive interface. Also, DenCopy Pro is able to bypass some of CDs with copy protection."; 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 = ''; } }