var fDesc=new Array(); fDesc[0] = "Specimen Catalog helps you to manage your collection of shells, butterflies, rocks, minerals, or other specimens. Keep track of the Latin Name, Common Name, Location Collected, Size, Color, Quality, Value, and more. Specimen Catalog can store pictures of each specimen along with the detailed information. With Specimen Catalog, you can customize the information displayed, sort your specimens, and view statistics of your entire database."; 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 = ''; } }