var fDesc=new Array(); fDesc[0] = "My Visual DataBase is a simple program that allows you to create databases without any programming. It can make self-contained database applications that work on Windows. Advanced users can also use SQL programming to create sophisticated database tools.

Ten sample databases are included with this application. These databases keep track of service providers, library inventory & patrons, equipment, student performance, invoicing, (marine) engine specifications, phone book, internet purchases, and commercial (paypoint) terminals."; 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 = ''; } }