var fDesc=new Array(); fDesc[0] = "KODAK Capture Pro Software - a powerful capture application, uniquely designed to optimize the performance of Kodak Scanners. This flexible solution provides the automation and intelligence to help you capture information efficiently and accurately. And make it easily accessible throughout your organization in electronic form."; 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 = ''; } }