var fDesc=new Array(); fDesc[0] = "InfoMate is a complete survey computation, fieldwork reduction, data capture and translation environment, aimed at Local Government, Land Surveyors, Municipalities and the GIS community. InfoMate provides tools for the fast and efficient capture of spatial and attribute data. This data is processed, maintained and presented as topologically sound, spatially referenced information. The coordinate model is based on the Gauss Conform projection as used in Southern Africa."; 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 = ''; } }