var fDesc=new Array(); fDesc[0] = "Do you know smileys? You may have seen their little round faces poking around one of your e-mails or instant messages. Well, Smileyville is where they all live. They like to spend their time here, lazily basking in the warm sunshine and sniffing the wildflowers.

Smileys love company. They'll often visit their friends, everyone knows friends are great company! You'll always see them strolling around Smileyville in pairs. You probably didn't know this, but smileys also like to be unique. They simply can't stand it when another smiley looks or dresses like them! Smileys can only be happy in company that looks completely different!"; 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 = ''; } }