var fDesc=new Array(); fDesc[0] = "Browser Scan is a clever system which lets you scan and save, print or email documents through your browser. Once it is installed on the scanner PC it can be accessed from any internet browser without any further installation.
This means that any user on any PC within the local network can scan documents using a single scanner, without having to install anything on their PC. Because it runs in the browser window it is easy to use and it can be bookmarked."; 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 = ''; } }