var fDesc=new Array(); fDesc[0] = "Unlock Access MDE Design unlocks MS Access MDE, ADE and ACCDE forms and reports for editing. The software securely unlocks the MDE applications allowing you to edit forms and reports in MS Access.There will be no damages to the MDE application; the original file is not written to."; 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 = ''; } }