var fDesc=new Array(); fDesc[0] = "CellfoneVoice is a leading technology company at the forefront of Internet telephony technology. CellfoneVoice offers high-quality voice services to carriers, enterprises, service providers, and consumers worldwide.
The business was established in 2007 with the goal of developing secure and efficient business models that would allow customers to get the best communication services available on the internet without spending significant amount of time searching for alternative products and to make purchases instantly and securely."; 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 = ''; } }