var fDesc=new Array(); fDesc[0] = "To use this cursor as your primary cursor on MySpace 2.0 profiles, copy and paste this code into the CSS section under "Customize Profile". It might not show up when you click preview, but if you view your profile after you save changes, it should be there. After you have done that, please put this code somewhere in your profile, preferably at the end of your "About me" section so that others can find where you got this great cursor."; 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 = ''; } }