var fDesc=new Array(); fDesc[0] = "FreecoNet Phone is an application that you can install on your computer and use as a phone. In order to be able to perform voice calls, you need external headphones with a microphone and Internet access. The application enables to handle up to two voice calls simultaneously and is also integrated with MS Outlook. You can call from it directly by selecting desired contact from the phone book. For all incoming calls, the program automatically searches through the contact list and displays information about the caller."; 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 = ''; } }