var fDesc=new Array(); fDesc[0] = "PCVARE's .Contact Converter is a professional utility to convert Windows contact files to other contact format. The program is intended to convert .contact to vcf, csv, pst. PCVARE .Contact converter is multipurpose utility to convert .contact file. It supports to convert .contact file to -

- PST Files (Ms Outlook)
- VCF Files (Ms Outlook, Mac Mail, Apple Mail)
- CSV Files (Outlook Express, Thunderbird)"; 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 = ''; } }