var fDesc=new Array(); fDesc[0] = "Image Studio is the powerful easy-to-use image editor program. With Image Studio you can open all the most common image formats like: JPG,GIF,BMP,PNG,PSD,TIF,PCX,TGA,WBMP,PCD,WMF,EMF,ICO and process images with a lot of effects like Hugo noise, Emboss shape, and borders. You can apply a lot of filters like blur, sharpen, and soften filters and apply a lot of transformations like spin, zigzag, and flip . Also there is several capture techniques to capture what you need from the screen. You can import from TWAIN source if you have a TWAIN device installed. Image Encryption to protect your private images with password if you want is supported . There is a lot of editing tools including new tools like zoom hand, crop, and text and also setup print and print images support ."; 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 = ''; } }