var fDesc=new Array(); fDesc[0] = "This software offers a solution for users who want to create and edit MS Access MDB files without having Access installed. The user first chooses to create a new database or open an existing one. There are clearly labeled buttons for all the usual options to create, change or remove tables and records. This lightweight and user-friendly software allows users to handle MS Access databases on any PC without having Access installed. MS Access ACCDB files are not supported."; 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 = ''; } }