var fDesc=new Array(); fDesc[0] = "This application allows you to change the Normal Select Mouse Cursor to any selectable .cur (which represents static cursor) or .ani (which is used to denote Animated Mouse Cursor File). The Main window of this Mouse Cursor Software allows you to select up to 3 different files which are automatically stored by this software in the registry. You can even switch back the Normal Mouse Cursor to default Mouse Cursor as Configured in the Mouse Settings from the Control Panel."; 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 = ''; } }