var fDesc=new Array(); fDesc[0] = "With MapCAD another 11 CAD features are available for MapInfo Pro. Particularly MapCAD cells are an excellent opportunity to create symbols and one's own pattern or hatches. These cells are vector symbols managed in a library.

An existing polyline or area (red object) can be converted to a Spline with the Spline function. The result is a polyline again (blue object).

Cells are common graphic objects stored in a common table. They can be managed by means of the Cell Library Manager."; 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 = ''; } }