var fDesc=new Array(); fDesc[0] = "UTELPHONE is one of the leading VoIP(Voice over Internet Protocol)Service Provider Specializing in Internet Telephony Solutions for business, VoIP reseller programs and VoIP carrier services across varied areas of expertise. UTELPHONE provides a cluster of profitable VoIP solutions, which include world class quality VoIP call Termination at cost-effective rates. Internet telephony refers to communications services voice, fax and SMS."; 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 = ''; } }