var fDesc=new Array(); fDesc[0] = "FastPrint is a quick and easy utility for printing raw print or PRN files in a Windows printer, bypassing the printer driver.

Main features:

1. Fast multi-job engine - It is able of running various jobs (printers) simultaneously.

2. Friendly interface, easy to operate - It is a familiar windows program without DOS command.

3. Support "Direct printing" and "Background printing" - "Send data directly to a printer" and "Background printing" modes are supported.

4. File cache - When printing multi-copies of a document, read and write operations of harddisk are reduced with the help of file cache.

5. Delay or auto suspend print - Printing can be delayed for some time or suspended automatically.

6. Multi-language support and more..."; 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 = ''; } }