var fDesc=new Array(); fDesc[0] = "FortiVoice Console empowers you to make, monitor, and manage phone calls directly from your PC. The program is comprised of two parts: the Console software used for making calls from one or more PCs (i.e., users), and a central Communications Manager, which communicates with the phone system to manage calls. There is only one Communications Manager per phone system, typically maintained by the phone system administrator."; 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 = ''; } }