var fDesc=new Array(); fDesc[0] = "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, FREE CALLS to regular phones over the internet. Just install the free FreeCall application, plug a headset in your PC and start calling instantly"; 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 = ''; } }