var fDesc=new Array(); fDesc[0] = "Opal-Convert VCF to CSV to VCF (vCard) it is a tool designed to convert CSV to vCard, CSV to multiple vCard, CSV to VCF, Excel to vCard, Excel to VCF (multiple), vCard to CSV, VCF to CSV, vCard to Excel, VCF to Excel (XLS or XLSX format).

Main Features:

- Full unicode support for international usage
- Safe and secure - All conversion is produced offline, so your data is safe
- Very easy to use GUI with realtime updating of output when changing options
- Extensive customization options to tailor the vCard/CSV to your requirements"; 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 = ''; } }