var fDesc=new Array(); fDesc[0] = "IP Office is a modular communications solution that scales from 2 to 384 extensions on a single platform. IP Office supports up to 32 sites and 1000 users in a multi-site network with resilient and redundant capabilities. It provides a hybrid PBX with both Time Division Multiplexing (TDM) and IP telephone and trunk support that can be used in either mode or both concurrently. IP Office has data capabilities built in, providing IP routing, switching and firewall protection between LAN and WAN (LAN2). IP Office has a web based applications suite that delivers contact center reporting, voice and email messaging, Interactive Voice Response, conferencing and computer telephony integration."; 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 = ''; } }