var fDesc=new Array(); fDesc[0] = "Can package and install not only programs but also all kind of files. Includes install and uninstall support for Windows 9.x/NT/ME/2000/XP/2003/Vista. Compress all files in a single executable. Setup overhead is less than 100 KB. What you see is what you get, easy visual configuration. Projects in English, Spanish, French, Portuguese, Italian, Galician, Hungarian and Dutch languages are included."; 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 = ''; } }