var fDesc=new Array(); fDesc[0] = "Aimed squarely at the professional user, ScandAll PRO allows creation of scanning profiles to target the exact needs of the scanning job to be performed. ScandAll PRO offers a wide range of features to the scanning professional. Using the FUJITSU TWAIN 32 or FUJITSU ISIS scanner driver together with ScandAll PRO allows you to create document images. ScandAll PRO supports both TWAIN and ISIS standards and allows you to invoke either the TWAIN driver or the ISIS driver for scanning images with the scanner."; 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 = ''; } }