var fDesc=new Array(); fDesc[0] = "An overdue and natural extension of the Urthman's MDBCode Generator. Analyzes an MS Access database table and generates a form for that table, complete with subroutines for populating the form and saving data and command buttons for navigating the database. Generated code assumes the Urthman's MDB Code Generator has been or will be used to generate the main code module."; 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 = ''; } }