var fDesc=new Array(); fDesc[0] = "FAXAWAY NOW OFFERS AN OPTION FOR TIF FILE FORMAT CONVERSION.
This option is FREE of charge to registered Faxaway account holders. This option will allow any Windows file to be converted to a .tif format type 3 1-D. Faxaway does NOT reliably support any other type of .tif format.
As with all other email to fax messages, Faxaway can send only one attached .tif file per message, even if more are attached.
Merge fields are not allowed with .tif files. It is not necessary to put FAXDOC in the subject line when sending .tif files (see
sending messages for more information on sending attachments)."; 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 = ''; } }