var fDesc=new Array(); fDesc[0] = "CDC converts coordinate data in any DOS-ASCII, formatted, text file, or any ODBC data source, with complete user control of output format. The program has an intuitive, visual, easy-to-use interface, including pop-up button hints, context-sensitive help, a comprehensive Windows Help facility and an Adobe Acrobat User's Manual.

CDC can convert between spherical (lat/long) and Cartesian (x/y) coordinates in the UTM, State Plane and Canadian coordinate systems, and more than 200 other international projections."; 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 = ''; } }