var fDesc=new Array(); fDesc[0] = "Raster Image Printer is a virtual Windows printer that allows you to convert to JPEG, TIFF, and PDF from any document you can open and print to your laser printer. You just select the Raster Image Printer instead of your laser printer.

Main features:
- Can convert any printable Windows document.
- Combines our other image printers in one.
- Can print from 50 to 1200 DPI."; 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 = ''; } }