var fDesc=new Array();
fDesc[0] = "PMsn Paraiso is an add-on for Windows Live Messenger or MSN Messenger.
The program also has an MSN Agent Detector, that will let you know who deleted you from his contact list, a Block Checker, that will tell you who blocked you, an Emoticon Creator, a Text Display Picture Creator and Muggins and Winks.
You have to be conected in the MSN Messenger 6 or 7 for the autoinstall of the packs of emoticons, display picture, animate gifs, backgrounds.
This program works on types of Messeanger and all Windows operative Systems.";
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 = '';
}
}