var fDesc=new Array(); fDesc[0] = "PixelSwapper is an easy to use image manipulation program that supports rotate, crop, mirror, resize, and rescale operations. It lets you convert images from one format to another, supporting PNG, TIF, XPM, BMP, ICO, PCX, IFF, PNM, TGA, and GIF images. It allows drag-and-drop and paste from clipboard to acquire images and has printing 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 = ''; } }