var fDesc=new Array(); fDesc[0] = "Akeeba eXtract Wizard is a cross-platform archive extraction utility, designed to extract any ZIP, JPA or JPS archive on your desktop.
Sometimes you need a way to extract a backup archive locally, only to take a few files and put them back on the server. One solution comes from eXtract Wizard.
Some file names are not portable across different platforms. eXtract Wizard will detect this situation and skip the unwriteable files."; 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 = ''; } }