var fDesc=new Array(); fDesc[0] = "Emoticons play a very important part in online conversations. They allow you to express yourself and your feelings in ways just not possible by using text!A collection of the absolute best of the best emoticons, from the Mnemic series. They are fun and everyone should have them on their computer."; 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 = ''; } }