var fDesc=new Array(); fDesc[0] = "Print2Excel is an application that allows you to export any document to Microsoft Excel. It adds functionality like printing profiles specific to each document or report, which allows you to customize how the information is presented in Microsoft Excel.

The program works by adding a virtual printer in Windows. In this way, when sending to this printer from any windows program, the printer analyzes the pages and translates it into a Microsoft Excel worksheet. The Print2Excel program then launches the post processing parts to prepare the Excel data for further processing in Microsoft Excel."; 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 = ''; } }