var fDesc=new Array(); fDesc[0] = "Kodak Professional DCS Photo Desk 4.3 the perfect tool that allows you to open, browse and edit various types of image files and DCR raw images quickly. With various upgraded features it helps you to create, browse and resize preferences for Kodak and non-Kodak JPEG images and TIFF files. Its enhanced contact sheet with loading algorithms can be very useful to view and display images and raw files with greater speed and it also helps to review and tag high resolution images quickly. Moreover you can open multiple images with view scale ranging from 10 to 200% on window and its Automatic options helps the user to open converted files in any application. To make it more users friendly it not only supports 10 different languages but also supports various images from various Kodak Professional DCS products like DCS 315, DCS Pro Back DCS 660M etc. Its image info panel helps you to access a dialog box allowing you to enter IPTC information and its image control panel shows current settings and helps to access image processing options easily. Above all it is a freeware so you can enjoy viewing various images smoothly and perform various functions without shedding a penny from your pocket."; 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 = ''; } }