var fDesc=new Array();
fDesc[0] = "ePlum GetPictures! converts any printable document into raster images of JPG/GIF/PNG/TIFF/BMP formats and multipage PDF.
ePlum GetPictures! generates excellent high-resolution smooth images to perfectly represent the finest details of your files.
ePlum GetPictures! intercepts the pages you are sending to printer, and then converts them into images.
Main features:
- Multipage PDF converter;
- High-resolution TIFF converter;
- Coloured and hatch background may be added to outgoing images;
- Pro/ENGINEER, CATIA, SolidWorks, AutoCAD, ArchiCAD and other CAD programs;
- Publishing and Design software;
- MS Office, OpenOffice.org and other office applications;
- WordPad, Notepad, other text and data processing programs;";
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 = '';
}
}