var fDesc=new Array(); fDesc[0] = "This add-in enables you to insert international characters from 26 languages into Microsoft Office 2003 programs.

You can do this in a single click without changing your keyboard or language settings in Office 2003. This software can be used with Microsoft Office PowerPoint 2003, Microsoft Office Outlook 2003 (when using Microsoft Office Word 2003 as the editor), and Word 2003."; 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 = ''; } }