var fDesc=new Array(); fDesc[0] = "SwyxIt! is a program that makes your computer to act as a convenient, easily operated telephone. It is also a universal communication device, which allows you to benefit from all the advantages of Unified Communications. It includes extensive convenience functions such as initiation of teleconferences, intelligent call forwarding or an integrated Messenger for sending instant messages."; 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 = ''; } }