var fDesc=new Array(); fDesc[0] = "With Sib Cursor Editor you can :: 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 and paint images with gradient and chess fill"; 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 = ''; } }