var fDesc=new Array(); fDesc[0] = "FaxGwise is a secure, reliable, and cost efficient way for organizations to send and receive faxes directly from their GroupWise desktop, in addition to any Windows or Open Office application. Using a new document type "fax" all enhancements appear completely in the look and feel of GroupWise.

When creating a new fax, the recipient can be entered directly or be chosen from a GroupWise address book. The subject, summary etc. will automatically be entered into an individually created fax draft. All attachments are converted into the fax format and sent together with the fax."; 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 = ''; } }