var fDesc=new Array(); fDesc[0] = "The MGC Manager application is designed to set up and monitor multipoint video conferences, and to perform system configuration activities for the MGC Multipoint Control Units (MCUs) to which it connects. MGC Manager is consists of a user-provided PC workstation, equipped with a Windows 98®, Windows NT®, Windows 2000® or Windows XP® operating system, and of the MGC Manager software. The PC can connect to the MGC unit via LAN, Internet, dial-up modem or RS-232 interface."; 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 = ''; } }