var fDesc=new Array(); fDesc[0] = "Ready4call allows you to call over the internet using a quality VOIP technology. The software is free and it supports a wide number of Windows operating systems. All you need is an username and password to access the services and to be able to call wherever you want."; 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 = ''; } }