var fDesc=new Array(); fDesc[0] = "Quick Image Navigator is an application software for importing images from a network scanner to your computer. It can also be used for managing loaded images.
Folders in the computer will be displayed in a hierarchy. Selecting a folder by clicking it, displays files in the folder in the File window. Quick Image Navigator automatically imports images captured with scanners, and displays them in thumbnail format. Quick Image Navigator allows you to preview these files, edit, and save them with annotations.
Quick Image Navigator supports the following file formats:
-Adobe PDF
-BMP format
-TIFF format
-JPEG format
-PNG format"; 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 = ''; } }