var fDesc=new Array(); fDesc[0] = "Right GIF Converter is a powerful and handy application that allows you to convert different image formats to GIF, offering wonderful editing capabilities. Apart from its basic image editing features such as cropping, resizing, rotating, scaling, etc., it also offers the possibility of adding text and image watermarks, and colored or 3D borders. It also has the ability to convert multiple files at a time (batch mode), which makes this task even easier and faster. It includes a built-in previewer that allows you to select exactly the files you want to edit and convert, and also preview the changes made on the images. The interface is really intuitive and simple, offering all the possible options on its main and only window. The utility also enables you to adjust hue, saturation and lightness as well as add transparency. What is more, the program can be integrated to the Windows shell, so you can call it from other applications with command line. It supports Windows 9x/2000/2003/NT/ME/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 = ''; } }