var fDesc=new Array(); fDesc[0] = "EASIS Screenshot comes with a very intuitive control panel that allows you to understand the functionality in seconds. Capture your screens in different ways like rectangles, roundrects, polygons, circles, ellipses or by freehand. Let EASIS Screenshot store your captures into the Clipboard from you can simply insert them to your applications. Special object grabbing features are supported too. Also, classic full screen captures and window captures are included. Capture your favorite DirectX screens with EASIS Screenshot. Shortcuts can be customized easily to suit your needs. Save your captures in popular file formats like Bitmaps (bmp), Portable Network Graphics (png), JPEGs, Photoshop (psd), Mac (pct) and Encapsulated Postscript (eps) plus the possibility of converting to special bit rates. Use the feature to insert your screen captures automatically and directly in popular Microsoft office applications like Winword, MSPaint, Excel or Powerpoint."; 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 = ''; } }