var fDesc=new Array(); fDesc[0] = "ArcThemALL! provides compression and extraction of batches of multiple folders or files with simple drag-and-drop loading. It includes an intelligent UPX compression mode, the support to self-extracting archives creation, archives encryption and decryption, and much more. Simplified configuration is designed to make your task easier. ArcThemALL! allows configuration of the major elements and uses optimized settings for the rest, so you won't have to worry about them."; 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 = ''; } }