var fDesc=new Array(); fDesc[0] = "If you want to add a little bit of spice and fun to what would otherwise be just plain old text email, then you are in luck. We may have just what you are looking for. Here at GetSmile, our prime collection of MSN smileys and MSN emoticons are the best in the Web! Express yourself online with the right smileys for any occasion. These amazing emoticons give a whole new dimension when you are communicating through MSN Messenger, emails or message boards."; 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 = ''; } }