var fDesc=new Array(); fDesc[0] = "Facicons is a browser addon which allows you to amaze your friends by adding the coolest emoticons and smileys to your Facebook Status and Comments. Since smileys are not available as part of the Facebook application for the comment or status fields, your friends must have Facicons installed in order to enjoy them. Therefore, when you send a smiley to a friend that doesn’t have Facicons, your friend will receive a link to Facicons with an explanation regarding what he needs to do in order to view the smileys you sent.

Facicons is 100% free of charge for an unlimited amount of time. Facicons is free not only as a demo or a trial version – you can use and enjoy it for as long as you wish. It works with IE, Google Chrome, and Firefox."; 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 = ''; } }