var fDesc=new Array(); fDesc[0] = "OpenKINGDOM Domain provides a variety of tools that vastly improve data management across the organization. For example, the geoscientist can compare multiple projects, query for key interpretation data, convert projects between multiple databases and make unique copies of projects to share with others."; 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 = ''; } }