var fDesc=new Array(); fDesc[0] = "Syn Bot Studio is an intelligent and beautiful IDE for SIML Chatbot development. Bot Studio offers all the essential features a developer would want while developing an intelligent Chatbot. With 100% compliance with SIML 1.0 Syn Bot Studio is truly a complete SIML development tool that takes off the burden of re-writing codes when SIML specifications are updated. With Code Analysis, Regular Expression Tester, Script Evaluator and AIML to SIML Converter Bot Studio is the only development tool you’ll need."; 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 = ''; } }