var fDesc=new Array(); fDesc[0] = "With the Outlook Cleanup it is easy to reformat any phone or fax number in the Outlook contact database. eg. adding the international country prefix +41, or the change of the area code for zurich from 01 to 044 is done.

Further more is the Outlook Cleanup able to remove any duplicates in the Outlook database (including contacts, calendar, notes and tasks). This functionality is especially helpful to solve problems after syncronization with your PDA or Mobile Phone"; 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 = ''; } }