var fDesc=new Array(); fDesc[0] = "ACDSee RAW Plug-In Update for ACDSee Pro includes support for new camera models. With the help of this program, you can take your digital photos to the highest standard. ACDSee Pro will help get you there fast, with all the tools you need for everything you shoot.

To use this update, you must have ACDSee Pro installed on your computer."; 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 = ''; } }