var fDesc=new Array(); fDesc[0] = "RUPLAN is characterized by an up – to – date user interface, maximum flexibility concerning norms, standards and integrations into different IT environments from the field level up to the ERP (Enterprise Resource Planning) level.
Because of its very powerful API (Application Programming Interface), RUPLAN enables the prospects and clients to realize very specialized associated documents for their requirements in the Energy, Water, Automotive and Railway market place. RUPLAN became an international product because of the market globalization. It is available in different languages and for international standards. The RUPLAN CAE system enables the economical creation and comfortable editing of circuit diagrams and
schematic drawings. It has been developed for use in the entire range of industrial applications and offers
optimum support in all phases of the documentation of electrical engineering systems."; 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 = ''; } }