var fDesc=new Array(); fDesc[0] = "Advanced Bill of Materials is designed to create and maintain bill of materials of products. For every product Bill of Material can contain purchased and in-house manufactured parts as well as sub-assemblies.

Advanced Bill of Materials provides effective control over production costs. User interface makes it easy to create and edit BOMs by selecting parts directly from “Parts”, “Products” and “Sub Assemblies” boxes. Different modes of the application allow a user to change the GUI and to get information about Product/Sub Assemblies/Parts in the view that user wants. Comprehensive reporting tool meets the most desirable requirements and helps user to create an explosion and cost control in production."; 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 = ''; } }