var fDesc=new Array(); fDesc[0] = "This software is a high-performance image viewer for Digital Camera users and developers.
It supports Exif and many other thumbnail formats.

If image files do not have thumbnail image, DPEx makes thumbnail images at an ultra high-speed with the superb technology.

Supported Exif Meta information date is a wide range of maker's note items, and original Mata data.

It also has a very easy user interface and an easy keyboard control system for mobile computers."; 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 = ''; } }