var fDesc=new Array(); fDesc[0] = "LaserSoft Imaging is proud to present SilverFast DCPro Studio. This is an enhanced version of SilverFast DCPro with new addtional features, that make the processing of your digital images much more easy and convenient. Users of SilverFast DCPro and HDR can upgrade to the STUDIO version and get the new SilverFast AACO, JPEG 2000 16 bit compression, the Clone Tool and the Unsharp Mask Plus features as an Upgrade for an additional fee."; 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 = ''; } }