var fDesc=new Array(); fDesc[0] = "These are busy and working animated cursors. Inspired by the Harry Potter Saga. Download them for free as they are free of use. Made for the Harry Potter fans around the world. You can use a magic wand, a potion, a train, a train, etc. If you are not a fan and if you simple get bored of the default cursor : now you have a new chance."; 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 = ''; } }