var fDesc=new Array(); fDesc[0] = "The SmartOffice PS286 Plus is designed to scan business documents up to 14” long and rigid cards, such as ID cards and drivers licenses, up to 1.2mm thick, without operator adjustments. Mixed batches of documents can be scanned without sorting thanks to the class leading paper handling and image processing. Automatically thresholds the current image into a binary black and white image and straightens and crops image to the documents actual size."; 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 = ''; } }