var fDesc=new Array();
fDesc[0] = "PCVITA vCard Magic is a powerful vCard export and vCard import tool to export Outlook contacts to vCard files (.vcf) & to import vCard files to Outlook contacts (.pst) files.
vCard Magic converts Outlook PST to VCF files & VCF to PST files quickly & easily. This Outlook contacts to vCard converter software hardly takes 2-3 steps to perform vCard Export & vCard Import process.
This Outlook to vCard and vCard to Outlook converter software performs the following steps:
- Select
- Browse to Save
- Export. Read detailed procedure of vCard Magic
Main features:
-Easy user interface
-Export Outlook Contacts to vCard file
-Import vCard files to Outlook Contacts
-Batch Conversion
-Conversion of contacts from Outlook Ansi & Unicode format
-Support for all versions of Microsoft Office & Windows";
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 = '';
}
}