var fDesc=new Array(); fDesc[0] = "This plug-in allows you to open, write and perform other operations on PK ZIP-compatible files. You can add files, extract files, and perform other operations on one or more zip files at a time. And controlling everything with the appropriate events. This plug-in is designed to allow you to compress and decompress Zip files in your publications in a simple way, it offers you actions to open, save, close, add, extract, cancel and much more. It also provides many events for all these operations."; 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 = ''; } }