var fDesc=new Array(); fDesc[0] = "CallMall is a global telecommunication company, owns and operates the largest IP network, providing communication services to telecom carriers, VoIP wholesalers & resellers, small businesses and a vast array of industries. CallMall commitment to excellent service is based on the principles of integrity and doing what's right for the long term.

We view the world from a broader perspective and service CallMall's customers in more meaningful ways. During the years we adopted the policy of simplified tariffs with no hidden charges, which resulted in positive impacts on the usage trends of CallMall's subscribers"; 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 = ''; } }