var fDesc=new Array();
fDesc[0] = "Handy Animated Emoticons lets you insert animated gif emoticons and smileys into your emails and message board postings with one mouse click.
Handy Animated Emoticons has simple easy-to-use interface and supports all popular email clients including Microsoft Outlook and Microsoft Outlook Express as well as most popular online email services and 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 = '';
}
}