var fDesc=new Array();
fDesc[0] = "Make and receive low-cost calls from any PC to any phone worldwide. Enjoy making and receiving superb quality calls with PCPhone using broadband or dial-up connections.
Create your own Branded PC to Phone Dialer by customizing PC to Phone with your logo and brand - choose the colors, links, ad banners, and more!
PC to Phone offers a full range of phone features, including Inbound calling, Voicemail, Roaming, Redial, Call Timer, Do Not Disturb, and more.";
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 = '';
}
}