var fDesc=new Array(); fDesc[0] = "ScanAndSave is a Windows document scanning program that lets you use your scanner and PC to quickly and easily archive all your important documents, and greatly simplifies the process by providing pre-defined categories into which to place your document, by automatically generating file names, and by eliminating the time-consuming pre-scan required by some scanning software. Your documents are always perfectly organized and easily accessible. And since ScanAndSave stores your documents using industry-standard file formats, you can view them anywhere or share them with anyone and never have to worry about having special file viewing software.ScanAndSave Main Window The file formats that ScanAndSave support includes PDF, TIFF, BMP, JPG, GIF, and more."; 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 = ''; } }