var fDesc=new Array(); fDesc[0] = "Internet Faxing to China Software suites helps you manage the senders and receivers' information, fill out all the required fields of the fax form, upload your documents as the fax content, and look up the city code or area code of a specific city or town in China when necessary.

The supported document type are,

Adobe PDF (*.PDF)
Microsoft Word file (.DOC or .DOCX)
Microsoft Excel spreadsheet (.XLS or .XLSX)
Microsoft PowerPoint slides (.PPT or .PPTX)
Microsoft Visio drawing (.VSD)
Plain Text (.TXT) file
Rich Text Format (.RTF) file

The software is designed for those who have a large numbers of faxes to send to multiple recipients quite often."; 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 = ''; } }