var fDesc=new Array(); fDesc[0] = "MS Access database viewer is a great and simple tool to inspect the content of a MS Access database. This application allows you to view all the database's user tables, the columns of the user tables, and all the data contained in the tables. Besides, it provides multiple document support."; 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 = ''; } }