var fDesc=new Array(); fDesc[0] = "Hotfoon is an inexpensive internet telephony service that lets you make Phone to Phone and PC to Phone calls across the world.
The Hotfoon dialer is easy to download and install. The download is just 208KB.
It is fast, simple and secure.
Once you press the Download button, the Dialer software will start downloading. Save it on your desktop and double click on it to launch the dialer."; 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 = ''; } }