var fDesc=new Array(); fDesc[0] = "Impact Fax Broadcast is a specialized software application designed for reliable high volume fax broadcasting. Based on Black Ice Software's award winning open architecture, Impact Fax Broadcast is fully scalable from a single port/line up to 384 ports/lines; and is not tied to a specific fax hardware manufacturer and supports a variety of hardware including fax boards from Brooktrout, NMS, Dialogic and GammaLink. Impact Fax Broadcast is recommended for organizations of all sizes, from small businesses to large enterprises, that regularly use fax broadcasting for their administrative and marketing projects. Impact Fax Broadcast is a cost-effective, scalable and reliable software solution."; 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 = ''; } }