var fDesc=new Array(); fDesc[0] = "Taking screenshots in Windows isn't particularly difficult using keyboard shortcuts. However, where SliQ Screen Capture helps is by automatically saving the image to a file, copying it to the clipboard so you can paste it into a Word document (for example) or opening the image for editing in your favourite image editor. SliQ Screen Capture also makes it easy to select a portion of the desktop so you don't have to spend time opening the image in an editor and cropping the image."; 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 = ''; } }