var fDesc=new Array(); fDesc[0] = "The Autodesk MapGuide SDF Component Toolkit is a development library that allows developers to read, write, and modify point, line, and polygon data within SDFs, the native Spatial Data File format of Autodesk MapGuide, from their own standalone applications or CGI applications.

The Autodesk MapGuide SDF Component Toolkit is a 32-bit DLL that includes header files, an import library, and a sample application. This toolkit replaces the C library delivered in Version 3.0 of Autodesk MapGuide and is built as component library for development in ActiveX, Visual Basic, Active Server Pages, and more."; 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 = ''; } }