var fDesc=new Array(); fDesc[0] = "NSF Viewer Tool is a power-packed solution for opening, viewing, and restoring the contents of Lotus Notes NSF files damaged as the result of all kinds of incidents involving the file system: hardware failures, power outages, virus attacks and so forth.

Key program features:
- Advanced file analysis engine offering great speed and accuracy of data recovery.
- Viewing of NSF files of any size.
- Clear and lightweight user interface based on a step-by-step wizard.
- Integrated file content browser with supporting column sorting.
- Compact installation file."; 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 = ''; } }