var fDesc=new Array(); fDesc[0] = "File Conversion Center is a time-saving desktop application for batch converting Microsoft Office documents.

Able to convert Microsoft Office documents such as Word, Excel and PowerPoint files, Adobe PDF files, PostScript files, HTML files and web pages, as well as other popular file formats into non-searchable Adobe PDF documents, TIFF, JPEG and other image file formats, File Conversion Center is an indispensable tool for all your conversion needs. Just right-click on a file or folder in Windows Explorer and select a conversion option from the Convert To menu to begin converting.

File Conversion Center makes converting documents easy."; 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 = ''; } }