var fDesc=new Array(); fDesc[0] = "PamFax offers an easy way to select the files you want to send as fax.

PamFax perfectly integrates into Windows and Microsoft Office (2003 and 2007). In Windows Explorer, you can fax any supported document from the context menu of the file.

A PamFax toolbar button is added to Microsoft Office to directly fax the current document from Microsoft Word or Microsoft Excel (2003/2007)."; 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 = ''; } }