var fDesc=new Array(); fDesc[0] = "SysTools Notes Address Book Converter is one fully efficient tool to convert Lotus Notes Address Book into Outlook PST file. User can convert the entire contacts list of Lotus Notes in one go with it. Its ability of converting entire contacts list in one go, helps the user in saving lots of his precious time."; 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 = ''; } }