var fDesc=new Array(); fDesc[0] = "Simphony.NET is a simulation-based planning tool for the construction industry. The program allows for the development of new construction simulation tools in an efficient manner. When you build models, you have access to a domain-specific set of building blocks called “Modeling Elements”. This means that you create a simulation model using a library of modeling elements with names that you can relate to. There is a large library of modeling elements that are available with the base distribution of Simphony.NET."; 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 = ''; } }