var fDesc=new Array(); fDesc[0] = "Silos is a simulation environment developed for use in the design and verification of electronic circuits and systems. SILOS can simulate designs at the behavioral and gate levels. It can also simulate designs modeled with the Verilog Hardware Description Language (HDL). SILOS can back annotate delays specified using the Standard Delay Format (SDF). The IEEE Programming Language Interface (PLI) is supported."; 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 = ''; } }