var fDesc=new Array(); fDesc[0] = "Envent is a PC application that uses the principles of evolution and natural selection to automatically develop original, creative circuit designs - from nothing but a "primordial soup" of randomly generated circuits.

Without using any advanced knowledge of what an appropriate circuit might look like, it creates unique solutions that, in many cases, would not occur to a human engineer. All you have to do is define the input signals and desired output signals, and it will generate a circuit that fits the bill."; 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 = ''; } }