var fDesc=new Array(); fDesc[0] = "This add-in takes full advantage of the latest Microsoft Office 2003 French Spelling Checker and Thesaurus public update released on 4/12/05 that brings these tools into compliance with the French Spelling reform of 1990.

The complete French Spelling update requires two downloads: the first download contains the word lists for the spelling dictionary, thesaurus, and AutoCorrect (and is available from the French Spelling reform page on the Microsoft Office Online, France site.) The second download is this Office 2003 Add-in: French Spelling Checker and Thesaurus Settings that will provide a dialog box for setting French Spelling reform options. Be sure to download both parts to ensure that your spelling checker functions properly."; 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 = ''; } }