var fDesc=new Array(); fDesc[0] = "Screenshot your desktop and crop to size - ideal for bug tracking, documentation, help and web site construction. Ever wanted to illustrate what's going on on your desktop - to report a fault or explain to someone else ? WatchetShot! is the ideal tool - fast and easy to use. Saves the results in economical jpeg format. Capture error messages or program screens. Allows you to open existing jpeg images for cropping too. Re-shoot the desktop as many times as you like - or save the full desktop as an image and then crop each section you want into a new small image. Runs under Windows 9x, ME, NT4, 2000 and XP."; 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 = ''; } }