var fDesc=new Array(); fDesc[0] = "The DocketPORT® 687 is an A6 format (4.2" pathway) portable duplex scanner that scans in black and white, gray-scale, color, and up to 600 DPI resolution. With its lightweight design and easy one-cable notebook or desktop PC connection, the DocketPORT® 687 provides a convenient, effective and easy-to-use scanning solution"; 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 = ''; } }