var fDesc=new Array(); fDesc[0] = "KAYOOM TEL IS one of the leading VoIP (Voice over Internet Protocol) Service Provider specialising in Internet Telephony Solutions for businesses, VoIP reseller programs and VoIP carrier services across varied areas of expertise. KAYOOM TEL PROVIDES a cluster of profitable VoIP solutions, which include world class quality VoIP Call Termination at cost-effective rates. They'r vision is to emerge as a major VoIP Service Provider by integrating telephony system with the contemporary online 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 = ''; } }