var fDesc=new Array(); fDesc[0] = "DevExtras Print Screen is a simple yet advanced screen capture and image editing tool for Microsoft Windows 7, Vista and XP.

Microsoft Windows comes with a built in facility for capturing the screen contents. Pressing the Print Screen key on your windows keyboard will copy an image of the screen onto the clipboard that can then be pasted into any graphics program."; 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 = ''; } }