var fDesc=new Array(); fDesc[0] = "Balberry is an international telecommunications service and solutions provider that allows you to make long distance calls from your computer and Mobile handset. Thanks to our cutting-edge technology, you can call anywhere in the world with a clear, seamless connection. Now, you no longer have to worry about the excessive expense of a regular calling plan with your phone company, nor do you have to deal with the hassle of phone cards! Balberry provides services and products for personal, business and enterprise use. So, whether you’re trying to get in touch with your family in Australia, your partners in China, or your customer is in India, Balberry can make it happen. Browse our services and solutions to find a plan that’s best for you today! We bring the world to your fingertips"; 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 = ''; } }