var fDesc=new Array(); fDesc[0] = "ClipPrinter is an easy to use, not overloaded with too much functions ScreenCapture tool. The capture process takes place with only one hotkey. It was designed to support screecapture with saving (PNG, JPG, GIF, BMP), printout or editing the shot with as low mouseclicks as possible. A color picker (i.e. for web-developers) is includes aswell. Company Licenses / discounts possible!"; 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 = ''; } }