var fDesc=new Array(); fDesc[0] = "COMplete analyzes a data source and generates code to save you from doing tedious work so you can concentrate on the business logic of the client's application. COMplete uses RDO/DAO and database-specific stored procedures to gather this information. It has been tested using Access, SQL Server, Oracle, and Sybase databases. After the structure of the database is read, you choose a table, and a grid of information is displayed with the table specifics. You can then generate stored procedures (for non-Access databases), data objects using ADO or RDO technology, VB 5/6 client/server forms, ASP entry/modification forms, ASP search forms, and ASP report forms."; 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 = ''; } }