var fDesc=new Array(); fDesc[0] = "Geographic Calculator is a coordinate conversion tool that offers support for legacy ATS grid formats in addition to the existing support for Alberta Township System. There is also enhanced batch file processing features, such as a new batch interface for point data conversions and the ability to use an unlimited number of Desktop jobs in a batch conversion. These tools extend the power of the Calculator to enable geospatial data definition, manipulation and management across the user’s organization."; 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 = ''; } }