var fDesc=new Array(); fDesc[0] = "AthTek Code to FlowChart automatically generates flowchart from source code. It helps users to understand complex program structure by visual diagram. Code to FlowChart is composed of two parts, Code Editor and FlowChart window. The FlowChart window is synchronal with the Code Editor. Click any logical block on the flowchart, the corresponding source code will be highlighted. Code to FlowChart supports C, C++, VC++ and Pascal/Delphi.

AthTek Code to FlowChart supports exporting flowchart as Visio, MS Word, MS PPT (PowerPoint), and BMP (Bitmap) files. And the exported file can be edited as user's needs. This is very useful for document writers. By using Code to FlowChart, programmers are free to get project overview, browsing and navigation. It is a super assistant for both senior and junior programmer."; 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 = ''; } }