var fDesc=new Array(); fDesc[0] = "It is a Microsoft WindowsTM-based software application that was developed specifically for managing/viewing DOD engineering data in the early 1990s.

Main features:

- Microsoft Windows Based Application - NT/2000/XP platforms

- View Raster Types Such As JEDMICS C4, TIFF, and CALS

- Auto-Launch Specific Application Based On File Type (Word, Excel, Text, PDF, JPEG, etc)

- View Multiple Images In The Same LTViewer32 Window

- Next/Previous Image View

- User Definable Viewer Preferences

- User Defined View Orientation

- Overview Window

- Zoom Capability

- Print ‘Zoomed’ or Full View

- Prints To Directly Connected Or Network Printers

- Local Print Feature That Will Allow Printing From Within webJEDMICS

- Batch Print Functionality

- Print/View, Date, File Name and Time Stamp

- “Save-As” Feature With Raster Image Format Conversion

- Mirror Capability

- Rotate Image

- Invert Image

- Auto/Manual Image Deletion

- Built-In Application Help File

- Tool Bar Icons For The Most Used Menu Options

- Display Image Properties"; 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 = ''; } }