var fDesc=new Array(); fDesc[0] = "SEMulator3D is a 3D process modeling tool that enables virtual fabrication of MEMS and semiconductor processes. Based on highly efficient voxel modeling technology, SEMulator3D has the unique ability to emulate complete process flows. Process engineers can detect process flow problems and device design errors before fabricating real devices to avoid the time, cost, and frustration associated with unnecessary build-and-test cycles."; 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 = ''; } }