var fDesc=new Array(); fDesc[0] = "This is a nice program to create your emoticons art to store into shareable files, or to save into images to send your friends and in order to share your creation to your blog and with your friend. The program uses all emoticons of chat and is useful to send to skype and other chat program that supports chat emoticons."; 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 = ''; } }