var fDesc=new Array(); fDesc[0] = "Presentation Director is a display configuration utility for your ThinkPad computer that enables you to create, manage, and use presentation and display schemes. You can access these schemes through an on-screen display menu that is shown when you press the Fn F7 key combination on your keyboard (Fn F7 on-screen function)."; 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 = ''; } }