var fDesc=new Array();
fDesc[0] = "Point and click creation of geometry and dimensions, 2-1/2D view intelligence, variational design, freehand sketching, SmarTeam integration, the industry's most copied 2D user interface, and much more.
Mainframe CADAM, PROFESSIONAL CADAM, V4 CATIA/CADAM Drafting, CADRA, Pro/CDM, MC-X, MICROCADAM, Helix, plus AutoCAD plus all other CAD packages that produce DXF/DWG output.
The powerful and familiar CADAM user interface, and the support of IUE programs, provides all users of CADAM-like systems with day-one productivity.";
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 = '';
}
}