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 on one go.
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.
At the moment apart from the duplicate removal functionality the following number conversions are supported:
International notation (+)
(0041551234567 or 0551234567 will be replaced with +41551234567)
Remove brackets with correction
(+41(0)551234567 not only the brackets but the 0 as well will be removed)
Change comments to lower case
Remove comments
International notation with correction
(41551234567 leads to +41551234567, +410551234567 leads to +41551234567)
International notation (00)
(+41551234567 or 0551234567 will be replaced with 0041551234567)
National notation
(+41/0041551234567 will be replaced with 0551234567)
Swiss format with spaces
(+41551234567 leads to +41 55 123 45 67, 0800800800 to 0800 800 800)
Change of the area code for Zürich
(01 to 044)
Remove international notation in Pay- and Free-Numbers for Switzerland
Remove backslashs
Remove hyphens
Remove brackets
Remove slashs
Remove spaces
All underscores will be removed
Furthermore offers the program the possibility to download more scripts. With that you are able to keep track with the latest developments."; 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 = ''; } }