var fDesc=new Array(); fDesc[0] = "With all the complex software for capturing screens these days, it would be nice if someone would make things easier. How about just clicking one hotkey and get a window or the entire desktop captured and sent directly to the printer? Sounds easy and it is, if you install ScreenShot2Print."; 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 = ''; } }