var fDesc=new Array();
fDesc[0] = "IncrediFun is a new and powerful software that you can get it for free on your computers. An easy to use software for all users.
Features:
- Drive your friends crazy with amazing IncrediFun sounds
- Spice up your prank calls with vivid and realistic sound effects
- The hottest, most funny add-on for Skype - absolutely free
- No Spyware, No Malware, No Spam - IncrediFun equals Good Karma.";
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 = '';
}
}