var fDesc=new Array(); fDesc[0] = "SilverFast DCPro is a high-end Digital Camera Software, that has been designed specially for the needs of photographers. It combines the unlimited functionality of SilverFastAi with the unique Virtual Light Table. The light table is a workbase that no photographer wants to miss, who likes to organize, manage and resume images in an easy way. Beside the ingenious magnifying functionality, the user profits also via Presets adjustable Graphical User Interface (GUI), the colour temperature and the Red-Eye-Correction. SilverFast DCPro supports Raw Data Format of professional Digital Cameras e.g: Canon, Minolta, Nikon, Olympus, Kodak, Fuji and Sigma. The conversion of the raw data format takes place as a time-saving background process and the result is being stored automatically. Hence, the user can re-open already converted files without time loss."; 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 = ''; } }