var fDesc=new Array(); fDesc[0] = "View and convert the native raw image files from many contemporary Canon, Casio, Kodak, Konica, Nikon, Leica, Minolta, Olympus, Panasonic, Pentax and Sony high-end digital cameras, plus Adobe Digital Negative files, to access the highest possible image quality for your digital photography.

The improved detail resolution and color fidelity available with the Graphic Workshop Professional RAW plugin compared to the default JPEG configuration for most cameras is breathtaking."; 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 = ''; } }