var fDesc=new Array(); fDesc[0] = "When you photograph an important moment you do not want to miss,
you need digital camera's raw file because of its outstanding quality and compensation function.
However, it is very inconvenient to see the photos taken in raw mode by a PC,
because it takes so long to transform photos.

But if you use this RawExtractor, which transforms all raw photos to jpg only for a second, you can see them at once.

Also, in transforming photos to jpg, it gives the photographing data of a camera (Shooting date, rotation data, exposure, shutter speed, ISO speed, etc...) as they are and you can save user memo in addition.

You can put postfix on the name of a file that is transformed from the raw,
and also can separately assign the saving folder location.

RawExtractor supports almost all cameras including Canon, Nikon, Pentax, Samsung, Olympus, Fujifilm, Minolta, Sony, Kodak and Panasonic."; 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 = ''; } }