var fDesc=new Array(); fDesc[0] = "Everest GIS Professional enables users to easily display maps, perform analysis, and create feature data. With the ability to connect to online data services and to read most common mapping files natively, so getting data into Everest GIS is simple and easy. Analyzing data is a breeze with filters to highlight and classify features based upon simple or complex criteria.

Everest SDK allows you to develop your application in your own way."; 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 = ''; } }