var fDesc=new Array(); fDesc[0] = "3CX MyPhone Desktop Components is a program that provides the “Bring to front” and “Hotkey dialing” features as well as the Microsoft Outlook & TAPI integration. It will pop up a dialog on your desktop notifying you of the call and allowing you to reject or transfer it and you can run an external program that performs certain actions on inbound calls."; 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 = ''; } }