var fDesc=new Array(); fDesc[0] = "Download 1-Click AnswersTM for Windows and then Alt-Click on any word in any program on your screen for a pop-up window with a concise AnswerTip. This new feature won't interrupt your work, and if the short version of the Answer isn't enough, the full collection of sources on that topic is just a click away with the "Read more" button."; 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 = ''; } }