var fDesc=new Array(); fDesc[0] = "AthTek Flowchart to Code is a companion programming tool of AthTek Code to FlowChart Converter. It can help software engineers to convert flowchart to code effortlessly. You don’t need to manually type the source code line by line any more. With AthTek Flowchart to Code, the only thing you need to do is to put the program flowchart from your mind into the program, and then you will get the source code automatically."; 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 = ''; } }