var fDesc=new Array(); fDesc[0] = "Code Visual Editor is a program capable to analyze source code and display instantly the flowchart of the code. In the main window you can see three main components: the structure of the program, the text code editor window, and the flowchart window. The flowchart can be exported as a bitmap image. Code Visual Editor supports the next program languages: C, C++, C shell/csh/tcsh, Delphi, Pascal, Fortran free and fixed format, FoxPro, Java, JavaScript, Korn shell/ksh/pdksh, PeopleSoft SQR, Perl, PHP, PL/SQL, POSIX shell, Power Script, T-SQL, Visual Basic/VBA, VB.NET, VBScript, and Qbasic/Basic. To begin to work you have to open the source code you want to edit, choose the program language of the source code, use the popup menu of the editor to mark the begin line and the end line of the code you want to analyze (all the code marked must be in the same function). The flowchart of the marked code will be displayed in the flowchart window. If you click in some part of the flowchart, you will see highlighted the corresponding source code. The price described is for only one user. Prices vary upon the number of copies you buy."; 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 = ''; } }