var fDesc=new Array(); fDesc[0] = "EZ Emoticons is a brand new add-on for MSN Messenger 6 and 7. It allows you to use all your custom MSN emoticons without the need to remember any shortcuts! EZ-Emoticons, as the name suggests, is easy to use. You simply press Control+Spacebar in an MSN Messenger conversation which will bring up a window with all your emoticons, and then click on the emoticons you wish to use. This means you can use all your MSN emoticons without remembering a single shortcut!"; 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 = ''; } }