var fDesc=new Array(); fDesc[0] = "Strobe Light 3D Cursors Includes 15 3D black pointers with wacky strobe light effects. Sometimes when you get a theme you do not get the right color cursor or link. I have simply taken the Windows Hand-l cursor and a 3D link cursor and colored them in many many colors. So - use them as you will."; 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 = ''; } }