var fDesc=new Array();
fDesc[0] = "Phone to all Pluse is powered by Phone to all. By Phone to all Plus you can make Voip Calls all over the World.
As we already providing best voice quality with lowest prices and in this new service we are more strugling for cheap prices with best voice quality and fetures.
By Phone to all Plus you can call with your PC DeskTop, LapTop, Mobile Phones Symbian, iPhone, iPad, iPod, Android, Blackberry, Fring and any SIP client softwaresa.";
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 = '';
}
}