var fDesc=new Array(); fDesc[0] = "Aha-Soft ArtCursors is an advanced cursor editor for Windows. ArtCursors allows you to find, create, edit, import and export cursors and manage cursor libraries.
Create and edit static and animated cursors in color depths up to 16 million colors. Create and edit cursors for Windows XP in 32-bit color depth with 8-bit alpha channel"; 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 = ''; } }