var fDesc=new Array(); fDesc[0] = "This is an integrated fax and email solution which also provides copying, printing and scanning from a desktop. Unimessage Pro supersedes LaserFAX in the MFP market. There are 3 optional features which may be included in a Unimessage Pro solution. They are Gateway (server environments), I-netportal (supporting multiple diverse MFPs across a network) and CAPI 2.0 (fax over ISDN 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 = ''; } }