var fDesc=new Array(); fDesc[0] = "The program simplifies your task of converting the VB program code to Java. It can convert all versions of the VB code, including .NET. The program is fairly fast, and can convert thousands of lines in a minute. VB delegates and lambdas are re-written as Java interfaces and anonymous inner classes. The program give you notes, warnings, and 'to do' comments so that you can edit the resulting code to remove the errors."; 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 = ''; } }