var fDesc=new Array(); fDesc[0] = "With the spoken word, we use our tone, inflection and volume to question, exclaim and convey our feelings. The written word has question marks and exclamation points to document those thoughts, BUT sarcasm has NOTHING! In today’s world with increasing commentary, debate and rhetoric, what better time could there be than NOW, to ensure that no sarcastic message, comment or opinion is left behind Equal Rights for Sarcasm - Use the SarcMark"; 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 = ''; } }