var fDesc=new Array(); fDesc[0] = "Paragon Drive Copy Professional provides an efficient way of computer migration for any soft- and hardware combination, from any source to any target. Featuring wide copy & migration options, including virtualization as well as backup & restore facilities, the handy program wizards guide you through the tasks step-by-step."; 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 = ''; } }