var fDesc=new Array(); fDesc[0] = "An icon editor and manager for Windows 95. Fully integratedmulti-document application. Creates all kinds of icons (sizes up to 72x72, colors up to 16.8M). Numerous tools: gradients, palette, text, rotation. undo/redo, etc.. Handles icons (ICO), libraries (ICL) and programs (EXE, DLL..). Built-in librarian. IE4 style toolbar. Compile icons into EXE. Customize Windows and more."; 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 = ''; } }