var fDesc=new Array(); fDesc[0] = "Convert Excel to PDF, 3 simple steps to convert Excel to PDF in a few seconds. Support password-protected Excel files.
Fast and Accurate:
Preserve original layouts of text, columns, tables, images and graphics, etc.
Batch conversion – convert a batch of Excel files to PDF at one task
Shortcut conversion – get instant conversion via Excel Menu. Supported PDF Formats:upport MS Office Excel 97/2003/2007
Support Adobe PDF and other applications
Compatible with Windows 7/Vista/XP/2003/2000"; 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 = ''; } }