var fDesc=new Array(); fDesc[0] = "Ashampoo ZIP Pro is a file compression utility that can extract most of the archive formats including encrypted ZIP archives such as PKAES, WZAES, etc. You can use this program to create encrypted ZIP files and upload them to your online drives such as OneDrive and Dropbox. It also lets you create virtual drives on your PC where you can mount ISO images of CDs and DVDs."; 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 = ''; } }