var fDesc=new Array(); fDesc[0] = "In 2009 Vision numeric has celebrated its 6rd partnership’s anniversary with Dassault Systèmes.
Dassault Systèmes is the world leader in the development of PLM and CAD/CAM solutions.Type3 CAAV5 Based is based upon the Dassault Systèmes Component Application Architecture V5 (CAA) and has been developed in close partnership with the worldwide leader of PLM solutions. It gives CATIA V5 users integrated access to Type3 and considerably increases the opportunities to easily include lettering and graphical applications earlier in the product lifecycle."; 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 = ''; } }