var fDesc=new Array(); fDesc[0] = "The Navigator Word Toolbar emulates the menus and toolbars that you are familiar with from earlier versions of Word and makes them available in the Navigator Menus tab. All the menu items and tools with which you are familiar, plus a few more, are now available where you can find them.
The classic menu includes the menu bar, the Standard toolbar and the Formatting toolbar from previous Word versions."; 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 = ''; } }