var fDesc=new Array(); fDesc[0] = "With iVoipe's Broadband Telephony service you can make cheap international calls through your high-speed internet connection, either to another iVoipe subscriber (On-net call) or to fixed and Mobile networks (Off-net call). The internet connection might be Satellite, Cable, DSL, WiFi, WiMax, GPRS or 3G. On-net calling is a telephone call made by an iVoipe subscriber to another iVoipe subscriber over the internet. The subscribers can call each other using BBT numbers. Off-net calling is a telephone call made by an iVoipe subscriber to a Mobile or fixed network anywhere in the 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 = ''; } }