var fDesc=new Array(); fDesc[0] = "The Canon Scanning Utility application software offers scanning, file saving, image viewing, printing and various other functions. It comes bundled with a standard ISIS/TWAIN driver and a driver based on the renowned Silver Bullet Technology’s Ranger™ Transport API software, which means it can work seamlessly with all the leading cheque processing software. A Software Development Kit (SDK) is also available to ensure integration into any workflow is completely seamless."; 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 = ''; } }