var fDesc=new Array(); fDesc[0] = "PST Converter Pro Powerful and Economical Email Migration tools.
Migrate your Mails, Contacts and Calendar Events from Outlook, PST to Entourage, Outlook to Apple Mail, PST to Apple Mail), Outlook to Apple Address book and Outlook to iCal.
In addition to Normal conversion features, you can do :
- Exhaustive vCard conversion
- Exhaustive iCalendar conversion
- Multiple Import/Export in one Go
- Automatically splits large MBOX files
- Can save the converted Read and Unread mails in different folders"; 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 = ''; } }