var fDesc=new Array(); fDesc[0] = "Offers professional designers a new way to make photos look their very best by reclaiming lost color and detail in any photo. When you convert your photos to CMYK and your colors turn flat and lifeless, use AutoEye to regain what you have lost. If you have an under exposed photo or a photo with details in dark areas, use AutoEye to bring out the hidden detail without blowing out the highlights in your images. Utilizes patented I.V.I.T. (Intelligent Visual Imaging Technology). Improves professional scans from the highest end scanners on the market. Automatic batch processing makes handling lots of images a snap. Scanned images from printed material automatically. Works in any program that supports Photoshop plug-ins including PaintShop Pro, Corel PhotoPaint and Draw, Photoshop 3, 4 & 5 + others."; 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 = ''; } }