var fDesc=new Array(); fDesc[0] = "This software offers a solution to users who want to unzip multiple zip files after downloading. Sitting minimized in the toolbar (at the bottom right corner of the screen), it will monitor a folder for the creation of zip files. When a zip file is detected, it will become automatically unzipped. You can choose to unzip to a new subfolder or to the main folder. The software includes options to load on Windows startup and to start in the system tray. With this software, you can skip the zip extraction step when downloading files to your computer."; 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 = ''; } }