var fDesc=new Array(); fDesc[0] = "Crystal Logics Proof Read has been specifically designed as a handy tool for acheiving 100% accuracy by making the QC Proocess of your Image Data Entry or Image Conversion pretty easy and comfortable.


Main Features:

- Displays same line of image and text file, one below the other.
- Facility to Find and Replace text in the files with one click.
- Facility to adjust the distance between the image and text lines.
- Supports all Image formats such as Tiff, Jpg, Bmp, Gif, Png etc.
- Support to add or replace most commonly used special characters just by clicking on the character button given at the bottom of the 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 = ''; } }