var fDesc=new Array(); fDesc[0] = "CapiFax is an ISDN-based network fax solution for 2 to 60 connections at one time. Each ISDN MSN/DDI (local number) can be configured for one network client so each workstation has a private number. Terminal server clients are also supported. Shamrock also has ISDN PCI cards for 8 (4 S0) or 30 (S2M) channels. The fax software can be combined with CapiCall on the same PC to share the ISDN channels as required. In combination with NetMail, a fax-to-mail and mail-to-fax gateway for unified messaging is also possible."; 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 = ''; } }