var fDesc=new Array(); fDesc[0] = "The ASP Documentation Tool creates top quality technical documentation for ASP web applications written in VBScript or JScript.

Integrated database documentation - the ASP Documentation Tool will also document SQL Server 7.0, 2000, 2005, Microsoft Access or MySQL databases associated with the applications, as well as associated Visual Basic 6.0 COM objects that may be used in the web application."; 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 = ''; } }