var fDesc=new Array(); fDesc[0] = "With Ani.cur.ico Editor you can:
Create and edit animated cursors
Create and edit icons for Windows XP in 32-bit color depth with 8-bit alpha channel
Import .ico, .bmp, .jpeg images into icons
Export icon images to .ico, .dib, .bmp, .jpg files
Extract icons from Windows executables, libraries, animated cursors
Modify images with rotate, roll, mirror, transparent effects."; 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 = ''; } }