var fDesc=new Array(); fDesc[0] = "vCard Splitter is simple and comprehensible tool for splitting single vCard files contacts to multiple vCards.

SoftLay vCard Splitter allows you to split contact stored in single .vcf files to multiple .vcf files then you can easily import separate vCard files into Outlook, Lotus Notes, Thunderbird, Outlook Express/Windows Mail, Google/Gmail, Apple Address Book, Windows Address Book. IPhone, IPad, IPod, Blackberry, Palm etc. It enables users to split single .vcf file into separate vCard even without Outlook installed."; 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 = ''; } }