var fDesc=new Array(); fDesc[0] = "It creates a file HTML from a file Visual's BASIC source
It is then possible to put them on-line or why not to print them in colour!
You can find on internet the colours which you use in the editor VB and even more. Because VBINHTML colorizes also the chaines of characters and the numbers in different colours"; 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 = ''; } }