var fDesc=new Array(); fDesc[0] = "VistaDB Database Structure Analyser is a simple utility application that will be of help to users of the VistaDB database engine.
This software analyzes the structure of a VDBDatabase and allows you to save the results to a file or print them out. The resulting output is saved as an RTF file and can be further processed in Word or other applications for those creating documentation for their programs."; 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 = ''; } }