var fDesc=new Array(); fDesc[0] = "CircuitCREATOR™ CAE system is the most complete and high performance solution for electronic design using IBM and compatible personal computers. The integrated system includes Schematic Capture, Symbol Editor, Circuit Simulation, PCB Layout Editor, Automatic Router, Gerber Viewer and complete CAM (Computer Aided Manufacturing) support.

CircuitCREATOR Platinum Plus™ is the true professional level system and includes Professional Schematic Design and Capture, full interactive Symbol Editor, Circuit Simulation, professional Printed Circuit Board Design, and Layout, Automatic Routing, Gerber Viewer and CamCreator – Computer Aided Manufacturing Support."; 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 = ''; } }