var fDesc=new Array(); fDesc[0] = "Once you have installed the Global IME and started the Office XP program you want to type in, you can use the Language bar (appears by default in in the upper-right corner of the screen in any Office program) to switch between input languages and then select IME options.
If you do not see the Language bar in your program, you may not have the Office XP Speech or Handwriting feature installed."; 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 = ''; } }