var fDesc=new Array(); fDesc[0] = "SmarTalker Offers International calling services throughout the world over the Public Inertnet. It allows you to provide the technology and functionality you need to make reliable, inexpensive worldwide telephone calls.

It establishes a FREE of calling charges, global VoIP network, bypass the local telephone companies, liberate the end user from carrier barriers, and offer unlimited end-to-end Internet Telephony. Taking advantage of the ongoing proliferation of low-cost broadband Internet access worldwide SmarTalker is preparing tomorrow's infrastructure and operations framework for FREE of charges voice calls and advanced communication services."; 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 = ''; } }