var fDesc=new Array(); fDesc[0] = "Perfect Data Solutions NSF Security Remover is an application that can remove the protection from Lotus Notes database file by removing the NSF security. This program can help when you receive the authentication error messages when you try to open your password protected NSF database 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 = ''; } }