var fDesc=new Array(); fDesc[0] = "MyX provides for full multithreaded connections to your MySQL servers versions 3.21.x to 5.x. It supports multiple Datasets (Recordsets) with full support for ALL MySQL fieldtypes including BLOB/MEMO/ENUM/SET. Also supported, is full updating functionality (edit/insert/delete) on any dataset/recordset. Some utility functions include a method for populating any HTML template with your current record. A method for automatically generating a HTML table from a dataset/recordset and a method for supporting full updating and scrolling on any dataset/recordset with 1 line of ASP code."; 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 = ''; } }