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.

You can save your art, and you can store into your clipboard the symbols of emoticons, to give to friends or blog.

You can use nice interface to draw the art without effort.

The program is totally freeware, and if you like you can make a little donation."; 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 = ''; } }