var fDesc=new Array(); fDesc[0] = "HDL Works Ease contains graphical design environment with automated generation of hierarchical VHDL or Verilog code. The program adheres to state of the art Windows look and feel for intuitive operation with standards compliant. The program has multi-user design environment and associated version control, managed by a sophisticated design environment browser that integrates smoothly with the industry's most popular simulators and synthesis tools."; 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 = ''; } }