var fDesc=new Array(); fDesc[0] = "The TatukGIS Editor is a general purpose GIS desktop mapping and data editing application that is fully customizable and extendable using powerful built-in scripting tools. The design philosophy of this product is to provide powerful functionality with almost unlimited potential in an application that is still easy to learn and use without expensive training. To avoid menu clutter, the default user interface is limited to features that are most used and valued, implemented in an intuitive manner appreciated by most users. Specialized features are reserved for custom implementation, in the way that exactly fulfills the customer requirements, using scripts."; 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 = ''; } }