var fDesc=new Array(); fDesc[0] = "Picture Viewer Pro is small and loads fast. It enables you to get a full screen aspect ratio and a correct view of your pictures on the screen. You can then use the mouse to easily navigate through your pictures. With a mouse click or a keypress, photographers can view all sorts of technical shooting information.
You can use this program to delete unwanted files, synchronise your RAW files, view a slideshow or process your files to greyscale, or to take up less disk space."; 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 = ''; } }