var fDesc=new Array(); fDesc[0] = "Tria contains a specialized set of image processing algorithms that enable fast and effective deconvolutions, as well as many standard image processing tools. The program accepts both gray-scale and color images. Formats include bitmaps (8 and 24), jpegs, TIFFs (8,16,24,32,48,and 96-bit), FITS (8,16,and 32-bit, with FITS color), raw data files, and even delimited text files."; 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 = ''; } }