var fDesc=new Array(); fDesc[0] = "SysTools WAB Converter 1.0 is Your solution if you want to copy your contacts from the Windows Address Book (.WAB) format to Microsoft Excel (.xls) file format which is very easy in terms of management and control. First, you need to enter your Outlook Express program and access the Address Book from the Tools>menu, and export your contacts from Files>Export>Address Book. The generated .wap file can be then scanned by SysTools WAB Converter to organize all of your contacts and group them together according to the first letter of each one. By choosing each contact, you will be able to edit the first, last name and email address for the contact. Furthermore, you will be able to add more data like the business address information, the business contact information, personal details and comments. The program offers quick and easy exporting of your contacts into Microsoft Excel from versions 97 to XP or to Microsoft Outlook versions 2000-2002-XP for the Ansi format, in the case of Unicode format you can export to Outlook 2003 and 2007 only. The export process is easy with just clicking the "Save Contacts" button."; 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 = ''; } }