var fDesc=new Array(); fDesc[0] = "VoIP (Voice over Internet Protocol) is a relatively new technology that allows you to use your computer's network connection as a telephone service. VoIP technology is growing in popularity. Calls using this technology are cheaper than those on the normal phone network, particularly for long distance and international numbers. As broadband internet access becomes more widespread, VoIP is also becoming an increasingly easy and convenient way to communicate and offer low call rates."; 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 = ''; } }