var fDesc=new Array(); fDesc[0] = "From the perspective of your fax or voice application, it is a Voice Fax Modem. Fax Voip installs virtual COM ports and virtual “FaxVoip Modems 14400 bps Voice-Fax” onto your system. You can setup your Fax & Voice program to work with Fax Voip COM ports or virtual modems. From the perspective of your VOIP internet network, it’s a SIP/H.323 client with T.38 and G.711 Fax support."; 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 = ''; } }