var fDesc=new Array(); fDesc[0] = "Efficient renaming and saving of CATIA models (products and parts)

Rename the part numbers, titles or file names of your models. Selected characters in the names can be inserted, replaced or deleted. The formulas, properties, parameters, BOM numbers are updated automatically. Products are saved according to rules.
Examples of use:
- Synchronize the part numbers <to> file names <to> file names
- Create new products from existing projects"; 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 = ''; } }