var fDesc=new Array(); fDesc[0] = "Renque is a powerful software application, designed for general-purpose discrete event simulations. With its comprehensive graphical user interface and versatile simulation engine, Renque offers a way to build accurate simulations rapidly, for a wide range of applications.

Renque is a full-fledged Microsoft Windows application, capable to model any imaginable logical process. Among the many helpful features that make modeling with Renque efficient and enjoyable are powerful animation tools, Microsoft Excel embedding, extensive charting possibilities, an incorporated calendar, a scheduling tool, a helpful event viewer and integrated Microsoft Visual Basic scripting."; 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 = ''; } }