var fDesc=new Array(); fDesc[0] = "Chat Mapper is an easy-to-use tool for writing and testing nonlinear dialogue and events for fields where complex problems are the normal, such as entertainment, e-learning, emergency response, diagnoses health care, sales and customer service, and strategic planning. It features: collapsible branching tree visualization, optional Lua scripting support, conversation simulator and debugger, link between files and conversations, text, XML, and JSON data export, and more."; 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 = ''; } }