var fDesc=new Array(); fDesc[0] = "Keyboard shortcuts can sometimes be faster and more convenient than a mouse. Keyboarding is an informational tool that lists 2,900 keyboard shortcuts for Windows 95/98/Me/2K, Access 97 & 2000, Excel 97 & 2000, Outlook 97 & 2000, Word 97 & 2000 and Internet Explorer 4 & 5. Also lists 60 DOS commands and their switches"; 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 = ''; } }