var fDesc=new Array(); fDesc[0] = "LN-CSV Converter lets you convert information between Lotus Notes and CSV (comma separated value) files. The program works with Lotus Notes Contacts and Lotus Notes Calendar information. You may convert these information to CSV files or convert information from CSV files to Lotus Notes."; 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 = ''; } }