var fDesc=new Array(); fDesc[0] = "PS to Tiff is a windows application which can offer the best performance available to provide speedy conversions from PostScript to tiff. Ps to Tiff 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. PS to Tiff optimizes images for archiving, retrieval and display on any other systems. The best thing about this utility is that all is done in a few easy steps!"; 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 = ''; } }