var fDesc=new Array(); fDesc[0] = "A small yet powerful icon editor. Features include:
Supports all icon and cursor formats up to 32-bit (Win XP)
Allows addition/removal of formats from a icon file
Good assortment of drawing/editing tools
Supports image effects including alpha such as: Drop Shadow, Blur Shadow, Fade, Scanlines
Apply custom color palettes
Capture on-screen images directly into IconLab for editing"; 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 = ''; } }