var fDesc=new Array(); fDesc[0] = "PS to Image is a windows application which can offer the best performance available to provide speedy conversions from PostScript to Image, such as bmp, tiff, jpeg, gif, png, pcx, emf, wmf, and so on. Ps to Image creates the images that are perfect representations of the original print files. All PS fonts, forms and other resources are reproduced exactly as they are on PostScript printers. It is easy to use and it is not based on print method. Otherwise, it does not need any third part software support. During the conversion, PS to Image optimizes images for archiving, retrieval and display, it can eliminate the need for costly changes to the native print applications."; 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 = ''; } }