var fDesc=new Array(); fDesc[0] = "Graphic Converter is software for converting graphic formats. It supports reading graphics of BMP, DIB, JPG, JPEG, GIF, ICO, ICB, PCX, PCD, PSP, PBM, PGM, PSD, PPM, PSG, PNG, VST, VDA, EMF, WMF, TIF, TIFF, WBMP, RLE, SGI, and more. It supports saving graphics to DIB, BMP, GIF, JPG, JPEG, ICO, TIF, TIFF, WBMP, WMF, EMF, PNG, TGA, and more. It supports screen capturing with different ways. It supports more than 50 different filters. It supports unlimited UNDO and REDO operations."; 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 = ''; } }