var fDesc=new Array(); fDesc[0] = "Acronis True Image 2017 is a file and hard disk back solution for Windows and MAC. This application can backup the entire operating system, programs, settings, files, and boot information. It supports copying to external drives, NAS devices, network shares, and even the cloud."; 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 = ''; } }