var fDesc=new Array(); fDesc[0] = "FREE CALLS to regular phones over the internet. Just install the free FreeCall application, plug a headset in your PC and start calling instantly.

FreeCall offers you the possibility to make high phone bills a thing of the past. We offer the lowest phone tariffs for international destinations available, and by buying 10 euro credit, you won't have to pay for calls to selected free destinations for the first 90 days. We strive to make sure all our rates are the lowest on the market; feel free to compare our rates with those of other calling companies."; 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 = ''; } }