var fDesc=new Array(); fDesc[0] = "Disk Director is a disk management product. With this program, you can maximizing disk use and data safety, you can easier to create hard disk partitions or resize, move or merge partitions without data loss. Acronis Disk Director includes powerful new features like Windows 7 support, Dynamic Disk and GPT disk support, spanning a volume across multiple disks and much more. This program brings together the most valuable disk management functions and partition recovery tools in a single powerful package."; 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 = ''; } }