var fDesc=new Array();
fDesc[0] = "Fun for the IMer, Chat Room and Social Networking Fans
3-IN-1 FREEWARE
1. Nickname Maker – create your own personalized signature for finishing off your online communications.
2. Test the famous theory of the Cambridge University: CAN YOU READ THIS?
" The panemonehl pewor of the hamun mnid anidroccg to rrehcraeses at Cgdirbmae Utisreviny It dseon t mettar in waht oedrr the lrettes in a wrod are the olny inatropmt tnihg is taht the fsrit and lsat letter be in the rhgit pcale The rset can be a tatol mses and you can slitl raed it wuohtit a pelborm "
3. A text inverter - Da vinci's favorite brainwork tool";
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 = '';
}
}