var fDesc=new Array(); fDesc[0] = "Easy wizard support, more formats than ever, improvedautomation, increased stability and duplicate handling, ability to combine several address books into one, tested on Windows 95/98/2000. Dawn converts Address Books among various Address Book Programs. Dawn is equipped with an extraction feature and automation. It can also sort addresses by E-Mail address or by Nickname. New in this release:-The new interface provides for fields other than justthe name and E-Mail Address.-Now you can both read and write the default Windows Address Book(WAB/Outlook Express) without need to export or import anything.-Dawn now supports reading the Adderss Book from the Palm Pilotthorough the Palm desktop. (Read only support at the moment)-Full support of the CSV format. Dawn can now write CSVfiles as well as read them."; 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 = ''; } }