var fDesc=new Array(); fDesc[0] = "Callbox is a new VoIP communicator, unique on the market, which allows the user to connect to telephone networks. Its principal advantages include: simplicity of operation, high quality and low cost of connections, the possibility of making calls without credit cards, as well as the lack of any formalities related to the use of this application."; 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 = ''; } }