var fDesc=new Array(); fDesc[0] = "At last, an application which makes image manipulation easy, while remaining extremely flexible at the same time. Quickly and easily convert one or multiple files (batch conversion) to and from .BMP, .GIF, .JPG, .EMF, .WMF, .ICO, .TIF, .PNG, .TGA, .PCX, .PCC, .AFI, and .VST formats with the options of resizing, recoloring, adding borders, bevels, backgrounds, and overlays, or process your images with mutliple included filters. It also includes the ability acquire images from your scanner or digital camera, manipulate pictures on your clipboard, print thumbnail sheets of pictures on your hard disk drive for easy cataloging, and create web pages to share your pictures with your friends and family."; 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 = ''; } }