var fDesc=new Array(); fDesc[0] = "NEXTRA® allows the detailed, three-dimensional generation of conventional multilayer and flexible printed circuit boards and MID carriers. Within multilayer printed circuit boards the exact three-dimensional shape of all layers which make up the board is incorporated. The shape of the board can also be transferred from other CAD systems. NEXTRA® allows to interactively place, rotate and swap components by Drag & Drop. All these operations take into account the exact geometry of the board and also cater for the correct orientation of the components. NEXTRA® supports the printed circuit designer with interctive routing features on all areas of the circuit carrier. It easily allows switching between layers of a multilayer board.NEXTRA® has all the features and standard functionality of a three-dimensional mechanical CAD system e.g. creation of standard solid shapes. Those shapes can be edited by the well-known boolean operationen in any manner. All design steps can be rolled back and forward for any defined number of steps. The presentation of the design can be controlled by numerous parameters."; 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 = ''; } }