var fDesc=new Array(); fDesc[0] = "The HGIS full function demo allows you to try out all functions (some functions will not allow saving files after running). HGIS works with many types of Images, Maps, Points, Logs, and Projects. Here are some types of files and sets of files. If a pair of files is
specified, then you need both files in the pair. Some files are optional (SHX and PRJ).HGIS files are easily importable onto your desktop computer for backup, analysis, post processing and printing. Compatible formats include ESRI Shape SHP, MapInfo MIF, JPG, BMP, and DBF."; 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 = ''; } }