var fDesc=new Array(); fDesc[0] = "You still have to fill out forms in the internet age? Your school, university, custom office, business partner, etc. still insist on paperware? Scan & Fill II allows you to computerize this job easily: Scan the form with your scanner, fill it with the PC and print on the form with your printer. Scan & Fill II is the 32-bit successor of the 16-bit Scan & Fill which added an enhanced user interface and is now embeddable in your office/software environment. With the OLE II interface application software can automate the filling and printing. Via command line arguments the functionality can be shrunk so that a desktop shortcut for a datatypist launches an only form filling sw and the shortcut for a sw responsible launches all functionality."; 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 = ''; } }