var fDesc=new Array(); fDesc[0] = "File Viewer Lite is a universal file opener that allows you to open any file on your Windows PC. Simply drag and drop any file or folder onto the application icon or program window. File Viewer Lite can open PDFs, word processing documents, spreadsheets, and many other common file types in their native view. It also can play dozens of audio and video file formats.

If you have a unknown file, File Viewer Lite can open it! In the rare case that File Viewer Lite does not natively support the file format, you can still view the contents of any file in text or hexadecimal view."; 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 = ''; } }