var fDesc=new Array(); fDesc[0] = "Previewing, printing and saving of Windows spool files
(SPL file extension)
The viewer may help you in the following situations:

- You print documents with many pages and want to reprint missing pages caused by paper jam
- You plan to give the printed output from an application to an external print provider to be printed there.
- You want to use the printed output from an application as part of a documentation in Word, Powerpoint, ...
- You want a simple print job management including filter possibilities."; 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 = ''; } }