var fDesc=new Array(); fDesc[0] = "SysTools Lotus Notes Contacts to GMAIL converts Lotus Notes Address book or contacts to Gmail. This program converts Lotus Notes Contacts to CSV file format (Comma Separated Values) which you can further import to Gmail using Import option.

It converts all contact fields such as first name, last name, email address, company, job title, department, business fax, business phone etc to CSV 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 = ''; } }