var fDesc=new Array(); fDesc[0] = "VBReFormer is a powerful and essential recovery tool for Visual Basic application.
You lost the source code of your Visual Basic application ? Disassembler, decompiler, and design editor for Visual Basic applications, VBReFormer will help you saving money.

VBReFormer will help you to rewrite your application by recovering all necessary information, design code and partial native Visual Basic code of your application.

With it's original feature of design edition, VBReFormer will allows you to made cosmetic change in your application after compilation."; 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 = ''; } }