var fDesc=new Array(); fDesc[0] = "VisualBlot for Excel1.6 is an add-in for Microsoft Excel which helps you to explore multi agent systems in a more elaborate way. This tool includes all the useful and effective features that can enhance your working results and experience. The program allows the user to insert VisualBlot simulator onto an Excel sheet. Further, you can create virtual worlds of programmable agents through its simulators, create various object models, create and manipulate user defined properties and so on. For easy learning, the tool provides many sample simulation projects."; 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 = ''; } }