var fDesc=new Array(); fDesc[0] = "AnyLogic Professional edition is the ultimate solution for developing large and complex simulation models and sophisticated animations, embedding models into various IT environments, and creating and using custom libraries for specific application areas. You can develop a set of reusable agent classes and Java classes for a particular application area, package them and save as a library."; 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 = ''; } }