var fDesc=new Array(); fDesc[0] = "Ezicontour is an integrated Windows based program designed for the needs of anyone that needs to produce contour plans and / or simple maps. The program is as simple as possible to make this process easy and intuitive. However power and functionality has not been compromised. It will easily contour 1 million points. The Ezicontour software uses the same routines as used by the professional version of CDS. Stripping the survey / Civil Engineering specific code has resulted in a more user friendly package that still retains the background power of CDS. The data created by Ezicontour can be read by CDS. This gives you an upgrade path if you ever need to use the data as a basis for ongoing design."; 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 = ''; } }