var fDesc=new Array(); fDesc[0] = "Earthquake Catalog Processing (ECP) Package contains Compilation Catalog (CompiCat) Program. CompiCat is an application that combines editing, search and analyzing of earthquake catalogs. CompiCat provides single-source portability across platforms with Unix/X11 (Linux, Sun Solaris, etc) and Mac OS X and Microsoft Windows. CompiCat program is a C code using Qt C tool kit for multiplatform Graphic User Interface (GUI) and Qwt, which is Qt windows for technical applications."; 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 = ''; } }