var fDesc=new Array(); fDesc[0] = "OL-CSV Converter lets you convert information between Outlook and CSV (comma separated value) files. OL-CSV Converter works with Outlook Contacts, Outlook Calendar, Outlook Tasks and Outlook Notes information. You may convert this information to CSV files or convert information from CSV files to Outlook.

OL-CSV Converter has a step-by-step wizard interface to let you convert information simply. OL-CSV Converter supports more than 50 fields in the information conversion. OL-CSV Converter supports custom fields, which means you may insert information defined by yourself in the conversion."; 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 = ''; } }