var fDesc=new Array(); fDesc[0] = "Easy Photo Editor is an easy-to-use image-editing program which enables you to easily view, edit and enhance your photos. The software supports major picture file formats and you can select a format in which you would like to save your picture, from JPG and GIF to PCX. It enables you to convert, resize, rotate and add text or graphics to your photos in a batch mode. The watermark option allows you to adjust font, color, position and background of the text. You may find Email feature very convenient as it allows you to send edited photos by email from within the program. The annoying thing about the trial version of this program is that every time you want to edit somehow any photo and choose an option, a box occurs informing that you are using a trial version and that it can process only six images at a time. While viewing images you can adjust color of the background but unfortunately, there seems to be no possibility to save changes because next time you open any photo the background color will again be a default one. In addition, we should point out that, to our unexpected surprise, the program doesn’t contain a help file and that is very disappointing as sometimes it would be very helpful to refer to it."; 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 = ''; } }