var fDesc=new Array(); fDesc[0] = "Quality CAE drawing documentation and archiving are essential, but achieving these desirable goals is problematic. Adobe PDF is excellent for the purpose, however, typical converters fail to retain CAE logic infor-mation such as cross-references and tables of contents. This makes navigation cumbersome and time-consuming, especially for third parties.
The DWF2PDF Converter solves the problem by preserving the logic of original CAE documents. This means that resulting PDF documents retain CAE hyperlinks for cross-references and hierarchical bookmarks for tables of contents. Now you and others can easily access and navigate through CAE-type documentation without the use of a CAE system. Click on a device in the PDF file and you are transported to the page where it is used. Simple, fast, and effective."; 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 = ''; } }