var fDesc=new Array(); fDesc[0] = "Ultra Image Printer is a virtual printer driver for Windows 2000, XP, 2003 and Vista (including terminal server). It is a file format converter that intercepts and converts any printable document into BMP, PNG, JPG, JPEG, GIF and multiple TIFF image. The generated images can be easily viewed without the applications that generated the original documents.

You can use Ultra Image Printer as a converter that intercepts and converts any printable document into standard BMP/JPEG/TIFF/PNG/GIF image in just few clicks. BMP, JPEG, PNG, TIFF and GIF are the most popular image formats. The image files can keep with the look and feel of the original document. Since the converted image has the complete information from the original file without altering characters or fonts. the viewers of the image does' t need to install the original software."; 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 = ''; } }