var fDesc=new Array(); fDesc[0] = "Manifold System is a single, integrated product that provides three major classes of GIS functionality in a single package: as a desktop application, as an objects library for programmers and as an Internet Map Server for web applications. Manifold System editions make it possible to deliver advanced features to organizations while still providing tremendous capabilities at very low cost."; 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 = ''; } }