var fDesc=new Array();
fDesc[0] = "Turn your PC into a phone and save on calls all over the world! PC Talker is compatible with most computers that run Windows 95/98/NT/XP/2000/Me.
You will also need a sound card plus speakers and microphone or a headset in order to make calls. The software allows PC users to save on calls to phones all over the world.";
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 = '';
}
}